mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00: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
@ -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…
Reference in New Issue
Block a user