From fcb764df08fdcc0793c4a5e9e038452183721cbe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 19 Jul 1991 20:39:25 +0000 Subject: *** empty log message *** --- lisp/emacs-lisp/backquote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 3b9a071d378..82cd99a114a 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -151,7 +151,7 @@ See backquote.el for details" (mapcar 'bq-iterative-list-builder (reverse form)) (and state (cond ((eq state 'quote) - (list state tailmaker)) + (list state (if (equal form tailmaker) form tailmaker))) ((= (length tailmaker) 1) (funcall (bq-cadr (assq state bq-singles)) tailmaker)) (t (cons state tailmaker)))))) -- cgit v1.2.3