2001-08-23 21:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 24 Aug 2001 04:43:11 +0000 (04:43 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Fri, 24 Aug 2001 04:43:11 +0000 (04:43 +0000)
* gnus-util.el (gnus-create-info-command): Return an interactive
function.

lisp/ChangeLog
lisp/gnus-util.el

index 777f458..7753522 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-util.el (gnus-create-info-command): Return an interactive
+       function.
+
 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
        From Katsumi Yamaoka <yamaoka@jpl.org>
 
index dec85cd..c599ba8 100644 (file)
@@ -1064,6 +1064,7 @@ sure of changing the value of `foo'."
 (defun gnus-create-info-command (node)
   "Create a command that will go to info NODE."
   `(lambda ()
+     (interactive)
      ,(concat "Enter the info system at node " node)
      (Info-goto-node ,node)
      (setq gnus-info-buffer (current-buffer))