Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:43:03 +0000 (04:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:43:03 +0000 (04:43 +0000)
lisp/dabbrev.el

index d9cf9e7..58097bd 100644 (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