Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f7a03897
Commit
f7a03897
authored
Jul 08, 2013
by
Andreas Schwab
Browse files
Fixes: debbugs:14826
* progmodes/sh-script.el (sh-read-variable): Remove interactive spec.
parent
3cab18a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+0
-1
No files found.
lisp/ChangeLog
View file @
f7a03897
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)
...
...
lisp/progmodes/sh-script.el
View file @
f7a03897
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment