Mercurial > emacs
comparison src/coding.c @ 64251:3de1b955c31a
* coding.c (Qprocess_argument):
* coding.h (Qprocess_argument): Remove unused var.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Tue, 12 Jul 2005 13:16:18 +0000 |
| parents | a8fa7c632ee4 |
| children | 93129de4b8a4 fbb2bea03df9 |
comparison
equal
deleted
inserted
replaced
| 64250:3a4e65404af5 | 64251:3de1b955c31a |
|---|---|
| 361 Lisp_Object Qcoding_system_history; | 361 Lisp_Object Qcoding_system_history; |
| 362 Lisp_Object Qsafe_chars; | 362 Lisp_Object Qsafe_chars; |
| 363 Lisp_Object Qvalid_codes; | 363 Lisp_Object Qvalid_codes; |
| 364 | 364 |
| 365 extern Lisp_Object Qinsert_file_contents, Qwrite_region; | 365 extern Lisp_Object Qinsert_file_contents, Qwrite_region; |
| 366 Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 366 Lisp_Object Qcall_process, Qcall_process_region; |
| 367 Lisp_Object Qstart_process, Qopen_network_stream; | 367 Lisp_Object Qstart_process, Qopen_network_stream; |
| 368 Lisp_Object Qtarget_idx; | 368 Lisp_Object Qtarget_idx; |
| 369 | 369 |
| 370 /* If a symbol has this property, evaluate the value to define the | 370 /* If a symbol has this property, evaluate the value to define the |
| 371 symbol as a coding system. */ | 371 symbol as a coding system. */ |
