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
e2ba787b
Commit
e2ba787b
authored
Oct 15, 2001
by
Pavel Janík
Browse files
(process-inherit-coding-system-flag, get-buffer-process): Do not confuse
make-docfile with doc strings in comment.
parent
a65da641
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+4
-4
No files found.
src/ChangeLog
View file @
e2ba787b
2001-10-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* process.c (process-inherit-coding-system-flag,
get-buffer-process): Do not confuse make-docfile with doc strings
in comment.
* editfns.c (Fchar_to_string): Make doc string consistent with arguments.
* abbrev.c, minibuf.c: Put doc strings in comments.
...
...
src/process.c
View file @
e2ba787b
...
...
@@ -4965,9 +4965,9 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
}
/* Don't confuse make-docfile by having two doc strings for this function.
make-docfile does not pay attention to #if, for good reason! */
DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
/* Don't confuse make-docfile by having two doc strings for this function.
make-docfile does not pay attention to #if, for good reason! */
0)
(name)
register Lisp_Object name;
...
...
@@ -4975,11 +4975,11 @@ DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
return Qnil;
}
/* Don't confuse make-docfile by having two doc strings for this function.
make-docfile does not pay attention to #if, for good reason! */
DEFUN ("process-inherit-coding-system-flag",
Fprocess_inherit_coding_system_flag, Sprocess_inherit_coding_system_flag,
1, 1, 0,
/* Don't confuse make-docfile by having two doc strings for this function.
make-docfile does not pay attention to #if, for good reason! */
0)
(process)
register Lisp_Object process;
...
...
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