diff options
| -rw-r--r-- | lisp/cus-start.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index c5f73c9cce2..2a7b3b314ba 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -209,8 +209,7 @@ | |||
| 209 | ;; into an expression which produces that value. | 209 | ;; into an expression which produces that value. |
| 210 | (quoter (lambda (sexp) | 210 | (quoter (lambda (sexp) |
| 211 | (if (or (memq sexp '(t nil)) | 211 | (if (or (memq sexp '(t nil)) |
| 212 | (and (symbolp sexp) | 212 | (keywordp sexp) |
| 213 | (eq (aref (symbol-name sexp) 0) ?:)) | ||
| 214 | (and (listp sexp) | 213 | (and (listp sexp) |
| 215 | (memq (car sexp) '(lambda))) | 214 | (memq (car sexp) '(lambda))) |
| 216 | (stringp sexp) | 215 | (stringp sexp) |