emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog help.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp ChangeLog help.el
Date: Fri, 27 Nov 2009 04:24:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/11/27 04:24:50

Modified files:
        lisp           : ChangeLog help.el 

Log message:
        (describe-bindings-internal): Remove `interactive'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16753&r2=1.16754
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help.el?cvsroot=emacs&r1=1.351&r2=1.352

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16753
retrieving revision 1.16754
diff -u -b -r1.16753 -r1.16754
--- ChangeLog   27 Nov 2009 04:08:04 -0000      1.16753
+++ ChangeLog   27 Nov 2009 04:24:47 -0000      1.16754
@@ -1,5 +1,7 @@
 2009-11-27  Stefan Monnier  <address@hidden>
 
+       * help.el (describe-bindings-internal): Remove `interactive'.
+
        * man.el (Man-completion-table): Trim a terminating "(".
        Remove the space between name page a section.
        Add the command's description on the `help-echo' property.

Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -b -r1.351 -r1.352
--- help.el     7 Oct 2009 02:52:40 -0000       1.351
+++ help.el     27 Nov 2009 04:24:50 -0000      1.352
@@ -508,7 +508,6 @@
 \(Ordinarily these are omitted from the output.)
 The optional argument PREFIX, if non-nil, should be a key sequence;
 then we display only bindings that start with that prefix."
-  (interactive)
   (let ((buf (current-buffer)))
     (with-help-window "*Help*"
       (with-current-buffer standard-output




reply via email to

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