emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/dabbrev.el
Date: Thu, 18 Jul 2002 11:00:01 -0400

Index: emacs/lisp/dabbrev.el
diff -c emacs/lisp/dabbrev.el:1.64 emacs/lisp/dabbrev.el:1.65
*** emacs/lisp/dabbrev.el:1.64  Tue May 14 15:45:09 2002
--- emacs/lisp/dabbrev.el       Thu Jul 18 11:00:01 2002
***************
*** 972,977 ****
--- 972,980 ----
                            "\\(" dabbrev--abbrev-char-regexp "\\)"))
          (pattern2 (concat (regexp-quote abbrev)
                           "\\(\\(" dabbrev--abbrev-char-regexp "\\)+\\)"))
+         ;; This makes it possible to find matches in minibuffer prompts
+         ;; even when they are "inviolable".
+         (inhibit-point-motion-hooks t)
          found-string result)
        ;; Limited search.
        (save-restriction



reply via email to

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