]> git.eshelyaron.com Git - emacs.git/commitdiff
(using-unix-filesystems):
authorKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:20:20 +0000 (23:20 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 9 Jan 1996 23:20:20 +0000 (23:20 +0000)
Don't do anything to write-contents-hooks.

lisp/w32-fns.el

index 7790d5178f81806b77abbc57fa3493b906ead694..eb0bf04c671630b71228d7c3d09efe6f470924ca 100644 (file)
@@ -146,11 +146,9 @@ against the file name, and TYPE is nil for text, t for binary.")
   (if flag
       (progn
        (add-hook 'write-file-hooks 'save-to-unix-hook)
-       (add-hook 'write-contents-hooks 'save-to-unix-hook)
        (add-hook 'after-save-hook 'revert-from-unix-hook))
     (progn
       (remove-hook 'write-file-hooks 'save-to-unix-hook)
-      (remove-hook 'write-contents-hooks 'save-to-unix-hook)
       (remove-hook 'after-save-hook 'revert-from-unix-hook))))
 
 ;;; Fix interface to (X-specific) mouse.el