mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-15 09:47:20 +00:00
Fix reading minibuffer input in viper-mode
* lisp/emulation/viper-cmd.el (viper-read-string-with-history): Restore an assignment to viper-initial that got lost when viper-cmd.el was switched to lexical-binding. (Bug#23536)
This commit is contained in:
parent
91109821a2
commit
bed76a80d5
@ -2127,6 +2127,7 @@ problems."
|
||||
|
||||
(setq keymap (or keymap minibuffer-local-map)
|
||||
initial (or initial "")
|
||||
viper-initial initial
|
||||
temp-msg (if default
|
||||
(format "(default %s) " default)
|
||||
""))
|
||||
|
Loading…
Reference in New Issue
Block a user