summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorDeepak Goel <deego@gnufans.org>2007-12-06 17:56:42 +0000
committerDeepak Goel <deego@gnufans.org>2007-12-06 17:56:42 +0000
commit8c16bd8c3566df3b0cbbc28692a23a378604f423 (patch)
treed88150553f83a3c0a45400ca7595965f85486f66 /lisp/bindings.el
parent864da779a612cc75366bee12ab5f6f2859231f18 (diff)
downloademacs-8c16bd8c3566df3b0cbbc28692a23a378604f423.tar.gz
Fix buggy calls to `error'.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index ca9f03c4c7c..435c935a69c 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -616,7 +616,7 @@ language you are using."
(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