diff options
| author | Stefan Monnier | 2012-09-12 15:16:36 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-09-12 15:16:36 -0400 |
| commit | bfeae2cf098dcf5bdb4af14d896e790cbe91d60f (patch) | |
| tree | db59532750052577bf07f28ee4304dee4a6e9ff5 /lisp/progmodes | |
| parent | 8099e36b7edde645bfc1a13bfa142ae7645e6bd6 (diff) | |
| download | emacs-bfeae2cf098dcf5bdb4af14d896e790cbe91d60f.tar.gz emacs-bfeae2cf098dcf5bdb4af14d896e790cbe91d60f.zip | |
Remove unread-command-char.
* src/keyboard.c (read_char, requeued_events_pending_p, Finput_pending_p)
(Fdiscard_input, quit_throw_to_read_char, init_keyboard)
(syms_of_keyboard): Remove support for unread-command-char.
* lisp/emacs-lisp/debug.el (debugger-outer-unread-command-char, debug)
(debugger-env-macro): Remove support for unread-command-char.
* lisp/ehelp.el (with-electric-help): Accept functions in
electric-help-form-to-execute.
(electric-help-execute-extended, electric-help-ctrl-x-prefix): Use it.
And replace unread-command-char -> unread-command-events.
* lisp/subr.el (set-temporary-overlay-map): Minimize slightly the impact of
the temporary map re-appearing on emulation-mode-map-alists.
* lisp/emacs-lisp/edebug.el (def-edebug-form-spec): Remove, it's been broken
since 22.1.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/ebrowse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 1d29011762e..8ac54d6524e 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el | |||
| @@ -4210,7 +4210,7 @@ NUMBER-OF-STATIC-VARIABLES:" | |||
| 4210 | ;; this will select the buffer from which the buffer menu was | 4210 | ;; this will select the buffer from which the buffer menu was |
| 4211 | ;; invoked. But this buffer is not displayed in the buffer list if | 4211 | ;; invoked. But this buffer is not displayed in the buffer list if |
| 4212 | ;; it isn't a tree buffer. I therefore let the buffer menu command | 4212 | ;; it isn't a tree buffer. I therefore let the buffer menu command |
| 4213 | ;; loop read the command `p' via `unread-command-char'. This command | 4213 | ;; loop read the command `p' via `unread-command-events'. This command |
| 4214 | ;; has no effect since we are on the first line of the buffer. | 4214 | ;; has no effect since we are on the first line of the buffer. |
| 4215 | 4215 | ||
| 4216 | (defvar electric-buffer-menu-mode-hook nil) | 4216 | (defvar electric-buffer-menu-mode-hook nil) |