diff options
| author | Richard M. Stallman | 1994-03-20 07:05:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-20 07:05:14 +0000 |
| commit | 6f4387dde1fb5ec85af13b1beb91ff525aedc4d6 (patch) | |
| tree | 1f6b60facd17e7df14d338c00a4578bac08b3c14 | |
| parent | d5b2fb1e4f2a6f8818c48a7471bede4fa76feea3 (diff) | |
| download | emacs-6f4387dde1fb5ec85af13b1beb91ff525aedc4d6.tar.gz emacs-6f4387dde1fb5ec85af13b1beb91ff525aedc4d6.zip | |
(map-y-or-n-p): Call x-popup-dialog the new way.
| -rw-r--r-- | lisp/map-ynp.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index a4ee70bcee5..f4e22ecbb24 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el | |||
| @@ -137,8 +137,7 @@ Returns the number of actions taken." | |||
| 137 | ;; Prompt the user about this object. | 137 | ;; Prompt the user about this object. |
| 138 | (if mouse-event | 138 | (if mouse-event |
| 139 | (setq def (or (x-popup-dialog mouse-event | 139 | (setq def (or (x-popup-dialog mouse-event |
| 140 | (list "gratuitous" | 140 | (cons prompt map)) |
| 141 | (cons prompt map))) | ||
| 142 | 'quit)) | 141 | 'quit)) |
| 143 | ;; Prompt in the echo area. | 142 | ;; Prompt in the echo area. |
| 144 | (let ((cursor-in-echo-area (not no-cursor-in-echo-area))) | 143 | (let ((cursor-in-echo-area (not no-cursor-in-echo-area))) |