comparison src/fileio.c @ 83644:0ece58f6e0aa

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 803-813) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25
author Miles Bader <miles@gnu.org>
date Sun, 15 Jul 2007 02:05:20 +0000
parents cc587bfd19ca 4eb4f7a7a490
children 65663fcd2caa
comparison
equal deleted inserted replaced
83643:70b38dec13a1 83644:0ece58f6e0aa
6683 or local variable spec of the tailing lines with `coding:' tag. */); 6683 or local variable spec of the tailing lines with `coding:' tag. */);
6684 Vset_auto_coding_function = Qnil; 6684 Vset_auto_coding_function = Qnil;
6685 6685
6686 DEFVAR_LISP ("after-insert-file-functions", &Vafter_insert_file_functions, 6686 DEFVAR_LISP ("after-insert-file-functions", &Vafter_insert_file_functions,
6687 doc: /* A list of functions to be called at the end of `insert-file-contents'. 6687 doc: /* A list of functions to be called at the end of `insert-file-contents'.
6688 Each is passed one argument, the number of characters inserted. 6688 Each is passed one argument, the number of characters inserted,
6689 It should return the new character count, and leave point the same. 6689 with point at the start of the inserted text. Each function
6690 should leave point the same, and return the new character count.
6690 If `insert-file-contents' is intercepted by a handler from 6691 If `insert-file-contents' is intercepted by a handler from
6691 `file-name-handler-alist', that handler is responsible for calling the 6692 `file-name-handler-alist', that handler is responsible for calling the
6692 functions in `after-insert-file-functions' if appropriate. */); 6693 functions in `after-insert-file-functions' if appropriate. */);
6693 Vafter_insert_file_functions = Qnil; 6694 Vafter_insert_file_functions = Qnil;
6694 6695