/[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.92.4.3 by miles, Thu Oct 14 08:50:01 2004 UTC revision 1.92.4.4 by miles, Thu Nov 4 08:55:37 2004 UTC
# Line 580  See also: variables `tar-update-datestam Line 580  See also: variables `tar-update-datestam
580    ;; Prevent loss of data when saving the file.    ;; Prevent loss of data when saving the file.
581    (set (make-local-variable 'file-precious-flag) t)    (set (make-local-variable 'file-precious-flag) t)
582    (auto-save-mode 0)    (auto-save-mode 0)
583    (set (make-local-variable 'write-contents-hooks) '(tar-mode-write-file))    (set (make-local-variable 'write-contents-functions) '(tar-mode-write-file))
584    (widen)    (widen)
585    (if (and (boundp 'tar-header-offset) tar-header-offset)    (if (and (boundp 'tar-header-offset) tar-header-offset)
586        (narrow-to-region (point-min) tar-header-offset)        (narrow-to-region (point-min) tar-header-offset)

Legend:
Removed from v.1.92.4.3  
changed lines
  Added in v.1.92.4.4

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