diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cf0d190130..e8f9f456f56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-08 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-read-variable): Remove interactive | ||
| 4 | spec. (Bug#14826) | ||
| 5 | |||
| 1 | 2013-07-03 Glenn Morris <rgm@gnu.org> | 6 | 2013-07-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770) | 8 | * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770) |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 7baa1972c58..87d0f598bd6 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -2379,7 +2379,6 @@ which in this buffer is currently %s. | |||
| 2379 | 2379 | ||
| 2380 | (defun sh-read-variable (var) | 2380 | (defun sh-read-variable (var) |
| 2381 | "Read a new value for indentation variable VAR." | 2381 | "Read a new value for indentation variable VAR." |
| 2382 | (interactive "*variable? ") ;; to test | ||
| 2383 | (let ((minibuffer-help-form `(sh-help-string-for-variable | 2382 | (let ((minibuffer-help-form `(sh-help-string-for-variable |
| 2384 | (quote ,var))) | 2383 | (quote ,var))) |
| 2385 | val) | 2384 | val) |