emacs-diffs
[Top][All Lists]
Advanced

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

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


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

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

Index: bindings.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -b -r1.190 -r1.191
--- bindings.el 21 Nov 2007 04:55:56 -0000      1.190
+++ bindings.el 6 Dec 2007 17:56:41 -0000       1.191
@@ -616,7 +616,7 @@
     (if (fboundp 'complete-tag)
        (complete-tag)
       ;; Don't autoload etags if we have no tags table.
-      (error (substitute-command-keys
+      (error "%s" (substitute-command-keys
              "No tags table loaded; use \\[visit-tags-table] to load one")))))
 
 ;; Reduce total amount of space we must allocate during this function




reply via email to

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