Fixes: debbugs:14826
* progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
This commit is contained in:
parent
3cab18a379
commit
f7a0389779
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-07-08 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* progmodes/sh-script.el (sh-read-variable): Remove interactive
|
||||
spec. (Bug#14826)
|
||||
|
||||
2013-07-03 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* subr.el (y-or-n-p): Handle empty prompts. (Bug#14770)
|
||||
|
|
|
@ -2379,7 +2379,6 @@ which in this buffer is currently %s.
|
|||
|
||||
(defun sh-read-variable (var)
|
||||
"Read a new value for indentation variable VAR."
|
||||
(interactive "*variable? ") ;; to test
|
||||
(let ((minibuffer-help-form `(sh-help-string-for-variable
|
||||
(quote ,var)))
|
||||
val)
|
||||
|
|
Loading…
Add table
Reference in a new issue