Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a3b10252
Commit
a3b10252
authored
Oct 21, 2001
by
Miles Bader
Browse files
*** empty log message ***
parent
7e9a6a1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
+22
-7
lib-src/ChangeLog
lib-src/ChangeLog
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-6
src/ChangeLog
src/ChangeLog
+10
-0
No files found.
lib-src/ChangeLog
View file @
a3b10252
2001-10-21 Miles Bader <miles@gnu.org>
* make-docfile.c (read_c_string_or_comment): Add SAW_USAGE
* make-docfile.c (struct rcsoc_state): New type.
(read_c_string_or_comment): Add SAW_USAGE
parameter, and implement scanning for a `usage:' keyword.
Use a variable of type `rcsoc_state' to hold most of our state.
(put_char): Add STATE parameter, and remove all other parameters
except CH. Use STATE to get access to all needed state.
(scan_keyword_or_put_char): New function.
(scan_c_file): Pass SAW_USAGE argument to read_c_string_or_comment.
Don't output a usage-string if there was one in the doc-string.
...
...
lisp/ChangeLog
View file @
a3b10252
2001-10-21 Miles Bader <miles@gnu.org>
* help-funs.el (help-manyarg-func-alist): Remove entries for
`insert', `insert
_
and
_
inherit', `insert
_
before
_
markers',
`insert-before-markers-and-inherit', `messa
p
ge', `message
_
box',
`message
_
or
_
box', `propertize', `format', `encode
_
time', `append',
`concat', `vconcat', `nconc', `widget
_
apply', `make
_
hash
_
table',
`insert
_
string', `ml
_
if', `ml
_
provide
_
prefix
_
argument', and
`ml
_
prefix
_
argument
_
loop'.
`insert', `insert
-
and
-
inherit', `insert
-
before
-
markers',
`insert-before-markers-and-inherit', `message', `message
-
box',
`message
-
or
-
box', `propertize', `format', `encode
-
time', `append',
`concat', `vconcat', `nconc', `widget
-
apply', `make
-
hash
-
table',
`insert
-
string', `ml
-
if', `ml
-
provide
-
prefix
-
argument', and
`ml
-
prefix
-
argument
-
loop'.
2001-10-21 Andre Spiegel <spiegel@gnu.org>
...
...
src/ChangeLog
View file @
a3b10252
2001-10-21 Miles Bader <miles@gnu.org>
* fns.c (Fappend, Fconcat, Fvconcat, Fnconc, Fwidget_apply)
(Fmake_hash_table): Add usage: string to doc string.
* editfns.c (Finsert, Finsert_and_inherit, Finsert_before_markers)
(Fmessage, Fmessage_box, Fmessage_or_box, Fpropertize, Fformat)
(Fencode_time, Finsert_and_inherit_before_markers): Likewise.
* mocklisp.c (Finsert_string, Fml_if, Fml_provide_prefix_argument)
(Fml_prefix_argument_loop): Likewise.
2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* fileio.c (Finsert_file_contents): Remove unused variable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment