changeset 24872:9db8a7ed814e

(custom-handle-keyword): Fix error message.
author Karl Heuer <kwzh@gnu.org>
date Sun, 20 Jun 1999 19:29:15 +0000
parents 45799f110d16
children 2033936f1aa7
files lisp/custom.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Fri Jun 18 21:20:48 1999 +0000
+++ b/lisp/custom.el	Sun Jun 20 19:29:15 1999 +0000
@@ -353,7 +353,7 @@
 	((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.