comparison src/process.c @ 39964:4ca5cbe5610d

(process-inherit-coding-system-flag, get-buffer-process): Do not confuse make-docfile with doc strings in comment.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 15 Oct 2001 14:51:57 +0000
parents 66e0816837a8
children 579177964efa
comparison
equal deleted inserted replaced
39963:c26d64521fcd 39964:4ca5cbe5610d
4963 4963
4964 return 0; 4964 return 0;
4965 } 4965 }
4966 4966
4967 4967
4968 /* Don't confuse make-docfile by having two doc strings for this function.
4969 make-docfile does not pay attention to #if, for good reason! */
4968 DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, 4970 DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0,
4969 /* Don't confuse make-docfile by having two doc strings for this function.
4970 make-docfile does not pay attention to #if, for good reason! */
4971 0) 4971 0)
4972 (name) 4972 (name)
4973 register Lisp_Object name; 4973 register Lisp_Object name;
4974 { 4974 {
4975 return Qnil; 4975 return Qnil;
4976 } 4976 }
4977 4977
4978 /* Don't confuse make-docfile by having two doc strings for this function.
4979 make-docfile does not pay attention to #if, for good reason! */
4978 DEFUN ("process-inherit-coding-system-flag", 4980 DEFUN ("process-inherit-coding-system-flag",
4979 Fprocess_inherit_coding_system_flag, Sprocess_inherit_coding_system_flag, 4981 Fprocess_inherit_coding_system_flag, Sprocess_inherit_coding_system_flag,
4980 1, 1, 0, 4982 1, 1, 0,
4981 /* Don't confuse make-docfile by having two doc strings for this function.
4982 make-docfile does not pay attention to #if, for good reason! */
4983 0) 4983 0)
4984 (process) 4984 (process)
4985 register Lisp_Object process; 4985 register Lisp_Object process;
4986 { 4986 {
4987 /* Ignore the argument and return the value of 4987 /* Ignore the argument and return the value of