diff options
| author | Andreas Schwab | 2013-07-08 20:49:53 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2013-07-08 20:49:53 +0200 |
| commit | f7a0389779cedaf4e82684733bf91502b8cfd8c2 (patch) | |
| tree | 32068f6b3408e943f9f7722fba9879b5f903c720 /lisp/progmodes | |
| parent | 3cab18a3799f5f7a5ec5269148fe2681db34890e (diff) | |
| download | emacs-f7a0389779cedaf4e82684733bf91502b8cfd8c2.tar.gz emacs-f7a0389779cedaf4e82684733bf91502b8cfd8c2.zip | |
Fixes: debbugs:14826
* progmodes/sh-script.el (sh-read-variable): Remove interactive
spec.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
1 files changed, 0 insertions, 1 deletions
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) |