# HG changeset patch # User Jim Blandy # Date 679955965 0 # Node ID 36bd3a9f20e21202a848e96ade2bd60493a26537 # Parent 1c12a86018cd50a8ccd2cd910ae1146d67afcdaf *** empty log message *** diff -r 1c12a86018cd -r 36bd3a9f20e2 lisp/emacs-lisp/backquote.el --- a/lisp/emacs-lisp/backquote.el Fri Jul 19 19:31:48 1991 +0000 +++ b/lisp/emacs-lisp/backquote.el Fri Jul 19 20:39:25 1991 +0000 @@ -151,7 +151,7 @@ (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)))))) diff -r 1c12a86018cd -r 36bd3a9f20e2 src/term.c --- a/src/term.c Fri Jul 19 19:31:48 1991 +0000 +++ b/src/term.c Fri Jul 19 20:39:25 1991 +0000 @@ -120,7 +120,7 @@ screen; under X, this means it lies about where the focus is. This hook tells the window system code to re-decide where to put the highlight. */ -extern void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); +void (*screen_rehighlight_hook) ( /* SCREEN_PTR s */ ); /* Strings, numbers and flags taken from the termcap entry. */