Mercurial > emacs
changeset 31967:54b09b09e4bd
(map-y-or-n-p): Fix missing backquotes.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 29 Sep 2000 01:00:18 +0000 |
parents | 7f83baedcc7b |
children | dc896c1b6a26 |
files | lisp/map-ynp.el |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/map-ynp.el Thu Sep 28 21:49:46 2000 +0000 +++ b/lisp/map-ynp.el Fri Sep 29 01:00:18 2000 +0000 @@ -112,7 +112,7 @@ (vector (nth 1 elt)))) action-alist)) use-menus t - mouse-event last-nonmenu-event)) + mouse-event last-nonmenu-event)) (setq user-keys (if action-alist (concat (mapconcat (function (lambda (elt) @@ -220,7 +220,7 @@ (set-buffer standard-output) (help-mode))) - (setq next (lambda () + (setq next `(lambda () (setq next ',next) ',elt))) ((vectorp def) @@ -229,14 +229,14 @@ ;; The function has eaten this object. (setq actions (1+ actions)) ;; Regurgitated; try again. - (setq next (lambda () + (setq next `(lambda () (setq next ',next) ',elt)))) ((and (consp char) (eq (car char) 'switch-frame)) ;; switch-frame event. Put it off until we're done. (setq delayed-switch-frame char) - (setq next (lambda () + (setq next `(lambda () (setq next ',next) ',elt))) (t @@ -245,7 +245,7 @@ (key-description (vector help-char))) (beep) (sit-for 1) - (setq next (lambda () + (setq next `(lambda () (setq next ',next) ',elt))))) (prompt