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 /doc/lispref | |
| 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 'doc/lispref')
| -rw-r--r-- | doc/lispref/commands.texi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index 7e24de94fbe..dc0fa4c639d 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -2738,17 +2738,6 @@ This function converts the string or vector @var{key} to a list of | |||
| 2738 | individual events, which you can put in @code{unread-command-events}. | 2738 | individual events, which you can put in @code{unread-command-events}. |
| 2739 | @end defun | 2739 | @end defun |
| 2740 | 2740 | ||
| 2741 | @ignore | ||
| 2742 | @defvar unread-command-char | ||
| 2743 | This variable holds a character to be read as command input. | ||
| 2744 | A value of -1 means ``empty''. | ||
| 2745 | |||
| 2746 | This variable is mostly obsolete now that you can use | ||
| 2747 | @code{unread-command-events} instead; it exists only to support programs | ||
| 2748 | written for Emacs versions 18 and earlier. | ||
| 2749 | @end defvar | ||
| 2750 | @end ignore | ||
| 2751 | |||
| 2752 | @defun input-pending-p | 2741 | @defun input-pending-p |
| 2753 | @cindex waiting for command key input | 2742 | @cindex waiting for command key input |
| 2754 | This function determines whether any command input is currently | 2743 | This function determines whether any command input is currently |