emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-24 r111383: Fixes: debbugs:14826


From: Andreas Schwab
Subject: [Emacs-diffs] emacs-24 r111383: Fixes: debbugs:14826
Date: Mon, 08 Jul 2013 18:51:13 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 111383
revision-id: address@hidden
parent: address@hidden
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Mon 2013-07-08 20:49:53 +0200
message:
  Fixes: debbugs:14826
  
  * progmodes/sh-script.el (sh-read-variable): Remove interactive
  spec.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/sh-script.el    shscript.el-20091113204419-o5vbwnq5f7feedwu-727
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-07-03 03:13:07 +0000
+++ b/lisp/ChangeLog    2013-07-08 18:49:53 +0000
@@ -1,3 +1,8 @@
+2013-07-08  Andreas Schwab  <address@hidden>
+
+       * progmodes/sh-script.el (sh-read-variable): Remove interactive
+       spec.  (Bug#14826)
+
 2013-07-03  Glenn Morris  <address@hidden>
 
        * subr.el (y-or-n-p): Handle empty prompts.  (Bug#14770)

=== modified file 'lisp/progmodes/sh-script.el'
--- a/lisp/progmodes/sh-script.el       2013-01-01 09:11:05 +0000
+++ b/lisp/progmodes/sh-script.el       2013-07-08 18:49:53 +0000
@@ -2379,7 +2379,6 @@
 
 (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]