From: Andreas Schwab Date: Mon, 8 Jul 2013 18:49:53 +0000 (+0200) Subject: Fixes: debbugs:14826 X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1755^2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7a0389779cedaf4e82684733bf91502b8cfd8c2;p=emacs.git Fixes: debbugs:14826 * progmodes/sh-script.el (sh-read-variable): Remove interactive spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cf0d190130..e8f9f456f56 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-07-08 Andreas Schwab + + * progmodes/sh-script.el (sh-read-variable): Remove interactive + spec. (Bug#14826) + 2013-07-03 Glenn Morris * 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. (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)