Mercurial > emacs
changeset 340:36bd3a9f20e2
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Fri, 19 Jul 1991 20:39:25 +0000 |
parents | 1c12a86018cd |
children | 84ec93d39015 |
files | lisp/emacs-lisp/backquote.el src/term.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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))))))
--- 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. */