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,v [EMACS_22_BASE]


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tar-mode.el,v [EMACS_22_BASE]
Date: Sun, 15 Jul 2007 14:35:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Richard M. Stallman <rms>       07/07/15 14:35:06

Index: tar-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/tar-mode.el,v
retrieving revision 1.108.2.2
retrieving revision 1.108.2.3
diff -u -b -r1.108.2.2 -r1.108.2.3
--- tar-mode.el 6 Jun 2007 17:04:29 -0000       1.108.2.2
+++ tar-mode.el 15 Jul 2007 14:35:06 -0000      1.108.2.3
@@ -667,7 +667,7 @@
                     ((eq link-p 38) "a volume header")
                     ((eq link-p 55) "an extended pax header")
                     (t "a link"))))
-    (if (zerop size) (error "This is a zero-length file"))
+    (if (zerop size) (message "This is a zero-length file"))
     descriptor))
 
 (defun tar-mouse-extract (event)




reply via email to

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