From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:43:03 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.3~1921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b7c13e0bd8e67d7b802f44c66b288f991848eda;p=emacs.git Comment change. --- diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index d9cf9e762dd..58097bdd4c5 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -831,7 +831,7 @@ See also `dabbrev-abbrev-char-regexp' and \\[dabbrev-completion]." (if old (save-excursion (search-backward old)) - ;;(store-match-data (list (point-marker) (point-marker))) + ;;(set-match-data (list (point-marker) (point-marker))) (search-backward abbrev)) ;; Make case of replacement conform to case of abbreviation ;; provided (1) that kind of thing is enabled in this buffer