*** files.el.~1.705.~ Thu Jun 17 08:26:50 2004 --- files.el Tue Jun 22 21:02:01 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,