From: Karl Heuer Date: Sun, 20 Jun 1999 19:29:15 +0000 (+0000) Subject: (custom-handle-keyword): Fix error message. X-Git-Tag: emacs-20.4~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a6b2356284ea5efac6d092c51ff3fe7e0e657c8;p=emacs.git (custom-handle-keyword): Fix error message. --- diff --git a/lisp/custom.el b/lisp/custom.el index 869681227ba..5e5c5a644b1 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -353,7 +353,7 @@ Fourth argument TYPE is the custom option type." ((eq keyword :tag) (put symbol 'custom-tag value)) (t - (error "Unknown keyword %s" symbol)))) + (error "Unknown keyword %s" keyword)))) (defun custom-add-option (symbol option) "To the variable SYMBOL add OPTION.