aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
authorMiles Bader2008-01-30 07:57:28 +0000
committerMiles Bader2008-01-30 07:57:28 +0000
commitd235ca2ff8fab139ce797757fcb159d1e28fa7e0 (patch)
tree96c5cd1a06a0d9dc26e8470c6eabfc032c0046f3 /lisp/tar-mode.el
parent3709a060f679dba14df71ae64a0035fa2b5b3106 (diff)
parent02cbe062bee38a6705bafb1699d77e3c44cfafcf (diff)
downloademacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.tar.gz
emacs-d235ca2ff8fab139ce797757fcb159d1e28fa7e0.zip
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 23d5af1bc63..ed974160382 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -785,7 +785,8 @@ appear on disk when you save the tar-file's buffer."
785 (narrow-to-region (point-min) tar-header-offset) 785 (narrow-to-region (point-min) tar-header-offset)
786 (goto-char pos))) 786 (goto-char pos)))
787 (if view-p 787 (if view-p
788 (view-buffer buffer (and just-created 'kill-buffer)) 788 (view-buffer
789 buffer (and just-created 'kill-buffer-if-not-modified))
789 (if (eq other-window-p 'display) 790 (if (eq other-window-p 'display)
790 (display-buffer buffer) 791 (display-buffer buffer)
791 (if other-window-p 792 (if other-window-p