/[emacs]/emacs/lisp/tar-mode.el
ViewVC logotype

Diff of /emacs/lisp/tar-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.88.2.4 by miles, Mon Oct 25 04:19:40 2004 UTC revision 1.88.2.5 by miles, Fri Oct 29 02:05:09 2004 UTC
# Line 578  See also: variables `tar-update-datestam Line 578  See also: variables `tar-update-datestam
578    ;; Prevent loss of data when saving the file.    ;; Prevent loss of data when saving the file.
579    (set (make-local-variable 'file-precious-flag) t)    (set (make-local-variable 'file-precious-flag) t)
580    (auto-save-mode 0)    (auto-save-mode 0)
581    (set (make-local-variable 'write-contents-hooks) '(tar-mode-write-file))    (set (make-local-variable 'write-contents-functions) '(tar-mode-write-file))
582    (widen)    (widen)
583    (if (and (boundp 'tar-header-offset) tar-header-offset)    (if (and (boundp 'tar-header-offset) tar-header-offset)
584        (narrow-to-region (point-min) (byte-to-position tar-header-offset))        (narrow-to-region (point-min) (byte-to-position tar-header-offset))

Legend:
Removed from v.1.88.2.4  
changed lines
  Added in v.1.88.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26