/[emacs]/emacs/lisp/dabbrev.el
ViewVC logotype

Diff of /emacs/lisp/dabbrev.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by rms, Tue May 14 19:45:09 2002 UTC revision 1.65 by rms, Thu Jul 18 15:00:01 2002 UTC
# Line 972  Leaves point at the location of the star Line 972  Leaves point at the location of the star
972                              "\\(" dabbrev--abbrev-char-regexp "\\)"))                              "\\(" dabbrev--abbrev-char-regexp "\\)"))
973            (pattern2 (concat (regexp-quote abbrev)            (pattern2 (concat (regexp-quote abbrev)
974                             "\\(\\(" dabbrev--abbrev-char-regexp "\\)+\\)"))                             "\\(\\(" dabbrev--abbrev-char-regexp "\\)+\\)"))
975              ;; This makes it possible to find matches in minibuffer prompts
976              ;; even when they are "inviolable".
977              (inhibit-point-motion-hooks t)
978            found-string result)            found-string result)
979        ;; Limited search.        ;; Limited search.
980        (save-restriction        (save-restriction

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26