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: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Thu, 10 Nov 2005 14:45:07 -0500

Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.107 emacs/lisp/apropos.el:1.108
*** emacs/lisp/apropos.el:1.107 Thu Nov 10 03:18:42 2005
--- emacs/lisp/apropos.el       Thu Nov 10 19:45:03 2005
***************
*** 308,314 ****
          (if (setq i (string-match word str))
              (setq scores (cons i scores))))
        ;; Return list of start and end position of regexp
!       (string-match apropos-regexp str)
        (list (match-beginning 0) (match-end 0)))))
  
  (defun apropos-score-str (str)
--- 308,314 ----
          (if (setq i (string-match word str))
              (setq scores (cons i scores))))
        ;; Return list of start and end position of regexp
!       (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]