mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
* bytecomp.el: Declare unread-command-char an obsolete variable.
* vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * comint.el (comint-dynamic-list-completions): Same.
This commit is contained in:
parent
79d52eea3e
commit
35d56dcf9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ it just adds completion characters to the end of the filename."
|
|||
(let ((ch (read-char)))
|
||||
(if (= ch ?\ )
|
||||
(set-window-configuration conf)
|
||||
(setq unread-command-char ch))))))))
|
||||
(setq unread-command-event ch))))))))
|
||||
|
||||
;;; Converting process modes to use comint mode
|
||||
;;; ===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue