* coding.c (Qprocess_argument):
* coding.h (Qprocess_argument): Remove unused var.
This commit is contained in:
parent
5c7f9de125
commit
387f6ba5c2
2 changed files with 3 additions and 3 deletions
|
@ -363,7 +363,7 @@ Lisp_Object Qsafe_chars;
|
|||
Lisp_Object Qvalid_codes;
|
||||
|
||||
extern Lisp_Object Qinsert_file_contents, Qwrite_region;
|
||||
Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument;
|
||||
Lisp_Object Qcall_process, Qcall_process_region;
|
||||
Lisp_Object Qstart_process, Qopen_network_stream;
|
||||
Lisp_Object Qtarget_idx;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue