Comment changes.
[bpt/emacs.git] / lisp / dabbrev.el
index d9cf9e7..c35db2f 100644 (file)
@@ -199,7 +199,8 @@ all the other buffers, except those named in `dabbrev-ignored-buffer-names'."
 (defcustom dabbrev-ignored-buffer-names '("*Messages")
   "*List of buffer names that dabbrev should not check."
   :type '(repeat (string :tag "Buffer name"))
-  :group 'dabbrev)
+  :group 'dabbrev
+  :version "20.3")
 
 (defcustom dabbrev-check-other-buffers t
   "*Should \\[dabbrev-expand] look in other buffers?\
@@ -831,7 +832,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