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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue