emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/apropos.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Wed, 16 Nov 2005 17:11:48 -0500

Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.109 emacs/lisp/apropos.el:1.110
*** emacs/lisp/apropos.el:1.109 Sat Nov 12 00:08:50 2005
--- emacs/lisp/apropos.el       Wed Nov 16 22:11:47 2005
***************
*** 341,347 ****
          (if (setq i (string-match word str))
              (setq scores (cons i scores))))
        ;; Return list of start and end position of regexp
!       (and (string-match apropos-regexp str)
           (list (match-beginning 0) (match-end 0))))))
  
  (defun apropos-score-str (str)
--- 341,347 ----
          (if (setq i (string-match word str))
              (setq scores (cons i scores))))
        ;; Return list of start and end position of regexp
!       (and (string-match apropos-pattern str)
           (list (match-beginning 0) (match-end 0))))))
  
  (defun apropos-score-str (str)




reply via email to

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