diff options
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r-- | lisp/dabbrev.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 215425f1367..e909da3c207 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -985,9 +985,6 @@ Leaves point at the location of the start of the expansion." "\\(" 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 |