]> code.delx.au - gnu-emacs/commitdiff
Fixes: debbugs:14826
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 8 Jul 2013 18:49:53 +0000 (20:49 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 8 Jul 2013 18:49:53 +0000 (20:49 +0200)
* progmodes/sh-script.el (sh-read-variable): Remove interactive
spec.

lisp/ChangeLog
lisp/progmodes/sh-script.el

index 1cf0d190130d6c8b9e2b799b8e999a924059b376..e8f9f456f5677ffb3f422cd3b6327d0fe439e620 100644 (file)
@@ -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)
index 7baa1972c584bd3e2cbb8626413110cab8008ac4..87d0f598bd6c51be8ca91dc62735706601b214ba 100644 (file)
@@ -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)