changeset 21153:183817081a96

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:43:03 +0000
parents 8197c659e85c
children 7a38d5342931
files lisp/dabbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dabbrev.el	Sat Mar 14 04:42:18 1998 +0000
+++ b/lisp/dabbrev.el	Sat Mar 14 04:43:03 1998 +0000
@@ -831,7 +831,7 @@
     (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