emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Lars Hansen
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Wed, 23 Jun 2004 10:50:46 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.705 emacs/lisp/files.el:1.706
*** emacs/lisp/files.el:1.705   Wed Jun 16 23:56:46 2004
--- emacs/lisp/files.el Wed Jun 23 14:38:19 2004
***************
*** 393,399 ****
  (defvar write-contents-functions nil
    "List of functions to be called before writing out a buffer to a file.
  If one of them returns non-nil, the file is considered already written
! and the rest are not called.
  
  This variable is meant to be used for hooks that pertain to the
  buffer's contents, not to the particular visited file; thus,
--- 393,400 ----
  (defvar write-contents-functions nil
    "List of functions to be called before writing out a buffer to a file.
  If one of them returns non-nil, the file is considered already written
! and the rest are not called and neither are the functions in
! `write-file-functions'.
  
  This variable is meant to be used for hooks that pertain to the
  buffer's contents, not to the particular visited file; thus,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]