1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1998-03-14 04:43:03 +00:00
parent e4947876fb
commit 9b7c13e0bd

View File

@ -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