emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wdired.el,v


From: D. Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/wdired.el,v
Date: Thu, 06 Dec 2007 17:56:45 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     D. Goel <deego> 07/12/06 17:56:42

Index: wdired.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/wdired.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- wdired.el   22 Nov 2007 13:52:04 -0000      1.31
+++ wdired.el   6 Dec 2007 17:56:42 -0000       1.32
@@ -492,7 +492,7 @@
   (if (and
        (buffer-modified-p)
        (not (y-or-n-p "Buffer changed. Discard changes and kill buffer? ")))
-      (error nil)))
+      (error "Error.")))
 
 (defun wdired-next-line (arg)
   "Move down lines then position at filename or the current column.




reply via email to

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