comparison src/coding.c @ 90988:492971a3f31f unicode-xft-base

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 816-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--unicode--0--patch-235
author Miles Bader <miles@gnu.org>
date Tue, 24 Jul 2007 01:23:55 +0000
parents 988f1edc9674 7aa1fc9d679a
children 63de3763490e
comparison
equal deleted inserted replaced
90987:b2d8a283f27e 90988:492971a3f31f
8398 file name to look up, and BUFFER is a buffer that contains the file's 8398 file name to look up, and BUFFER is a buffer that contains the file's
8399 contents (not yet decoded). If `file-coding-system-alist' specifies a 8399 contents (not yet decoded). If `file-coding-system-alist' specifies a
8400 function to call for FILENAME, that function should examine the 8400 function to call for FILENAME, that function should examine the
8401 contents of BUFFER instead of reading the file. 8401 contents of BUFFER instead of reading the file.
8402 8402
8403 usage: (find-operation-coding-system OPERATION ARGUMENTS ...) */) 8403 usage: (find-operation-coding-system OPERATION ARGUMENTS...) */)
8404 (nargs, args) 8404 (nargs, args)
8405 int nargs; 8405 int nargs;
8406 Lisp_Object *args; 8406 Lisp_Object *args;
8407 { 8407 {
8408 Lisp_Object operation, target_idx, target, val; 8408 Lisp_Object operation, target_idx, target, val;