Mercurial > emacs
comparison src/coding.c @ 83645:fd5b4a865d1d
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 814-823)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 59-69)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 237-238)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Tue, 24 Jul 2007 01:25:28 +0000 |
| parents | 0ece58f6e0aa 7aa1fc9d679a |
| children | 65663fcd2caa |
comparison
equal
deleted
inserted
replaced
| 83644:0ece58f6e0aa | 83645:fd5b4a865d1d |
|---|---|
| 7480 file name to look up, and BUFFER is a buffer that contains the file's | 7480 file name to look up, and BUFFER is a buffer that contains the file's |
| 7481 contents (not yet decoded). If `file-coding-system-alist' specifies a | 7481 contents (not yet decoded). If `file-coding-system-alist' specifies a |
| 7482 function to call for FILENAME, that function should examine the | 7482 function to call for FILENAME, that function should examine the |
| 7483 contents of BUFFER instead of reading the file. | 7483 contents of BUFFER instead of reading the file. |
| 7484 | 7484 |
| 7485 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) | 7485 usage: (find-operation-coding-system OPERATION ARGUMENTS...) */) |
| 7486 (nargs, args) | 7486 (nargs, args) |
| 7487 int nargs; | 7487 int nargs; |
| 7488 Lisp_Object *args; | 7488 Lisp_Object *args; |
| 7489 { | 7489 { |
| 7490 Lisp_Object operation, target_idx, target, val; | 7490 Lisp_Object operation, target_idx, target, val; |
