emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp dirtrack.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp dirtrack.el
Date: Sun, 30 Nov 2008 02:21:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/30 02:21:26

Modified files:
        lisp           : dirtrack.el 

Log message:
        (dirtrack): Fix error message.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/dirtrack.el?cvsroot=emacs&r1=1.26&r2=1.27

Patches:
Index: dirtrack.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/dirtrack.el,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- dirtrack.el 6 May 2008 07:57:31 -0000       1.26
+++ dirtrack.el 30 Nov 2008 02:21:24 -0000      1.27
@@ -245,7 +245,7 @@
         ;; No match
         (if (not (string-match dirtrack-regexp input))
             (dirtrack-debug-message
-             (format "Input `%s' failed to match `dirtrack-regexp'" input))
+             (format "Input `%s' failed to match `dirtrack-list'" input))
           (setq prompt-path (match-string match-num input))
           ;; Empty string
           (if (not (> (length prompt-path) 0))




reply via email to

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