/[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.98 by rms, Sat Jan 15 18:10:12 2005 UTC revision 1.99 by rms, Thu Mar 17 23:58:09 2005 UTC
# Line 579  See also: variables `tar-update-datestam Line 579  See also: variables `tar-update-datestam
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-functions) '(tar-mode-write-file))    (set (make-local-variable 'write-contents-functions) '(tar-mode-write-file))
582      (buffer-disable-undo)
583    (widen)    (widen)
584    (if (and (boundp 'tar-header-offset) tar-header-offset)    (if (and (boundp 'tar-header-offset) tar-header-offset)
585        (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.98  
changed lines
  Added in v.1.99

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