emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104921: * info.el (Info-apropos-matc


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104921: * info.el (Info-apropos-matches): Make non-interactive, since it
Date: Mon, 04 Jul 2011 00:43:50 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104921
fixes bug(s): http://debbugs.gnu.org/8829
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-07-04 00:43:50 +0200
message:
  * info.el (Info-apropos-matches): Make non-interactive, since it
  doesn't seem to do anything useful as a command.
modified:
  lisp/ChangeLog
  lisp/info.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-03 22:16:07 +0000
+++ b/lisp/ChangeLog    2011-07-03 22:43:50 +0000
@@ -1,3 +1,8 @@
+2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * info.el (Info-apropos-matches): Make non-interactive, since it
+       doesn't seem to do anything useful as a command (bug#8829).
+
 2011-07-03  Chong Yidong  <address@hidden>
 
        * frame.el (frame-background-mode, frame-set-background-mode):

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-06-19 18:42:06 +0000
+++ b/lisp/info.el      2011-07-03 22:43:50 +0000
@@ -3281,7 +3281,6 @@
   "Collect STRING matches from all known Info files on your system.
 Return a list of matches where each element is in the format
 \((FILENAME INDEXTEXT NODENAME LINENUMBER))."
-  (interactive "sIndex apropos: ")
   (unless (string= string "")
     (let ((pattern (format "\n\\* +\\([^\n]*%s[^\n]*\\):[ 
\t]+\\([^\n]+\\)\\.\\(?:[ \t\n]*(line +\\([0-9]+\\))\\)?"
                           (regexp-quote string)))


reply via email to

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