(describe-bindings-internal): Remove `interactive'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Nov 2009 04:24:47 +0000 (04:24 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 27 Nov 2009 04:24:47 +0000 (04:24 +0000)
lisp/ChangeLog
lisp/help.el

index 9ad2634..ef98cf4 100644 (file)
@@ -1,5 +1,7 @@
 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * 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 dfa097c..979a560 100644 (file)
@@ -508,7 +508,6 @@ The optional argument MENUS, if non-nil, says to mention menu bindings.
 \(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