emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tar-mode.el
Date: Thu, 17 Mar 2005 18:58:09 -0500

Index: emacs/lisp/tar-mode.el
diff -c emacs/lisp/tar-mode.el:1.98 emacs/lisp/tar-mode.el:1.99
*** emacs/lisp/tar-mode.el:1.98 Sat Jan 15 18:10:12 2005
--- emacs/lisp/tar-mode.el      Thu Mar 17 23:58:09 2005
***************
*** 579,584 ****
--- 579,585 ----
    (set (make-local-variable 'file-precious-flag) t)
    (auto-save-mode 0)
    (set (make-local-variable 'write-contents-functions) '(tar-mode-write-file))
+   (buffer-disable-undo)
    (widen)
    (if (and (boundp 'tar-header-offset) tar-header-offset)
        (narrow-to-region (point-min) (byte-to-position tar-header-offset))




reply via email to

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