]> git.eshelyaron.com Git - emacs.git/commitdiff
(query-replace-interactive): Convert defvar into defcustom.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 May 2004 21:50:35 +0000 (21:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 May 2004 21:50:35 +0000 (21:50 +0000)
lisp/replace.el

index e14e13143523f7409ccf3efd8275328a3fad6779..f7afcd594cf0c23907612377828a6fc864dd0e87 100644 (file)
 
 (defvar query-replace-history nil)
 
-(defvar query-replace-interactive nil
+(defcustom query-replace-interactive nil
   "Non-nil means `query-replace' uses the last search string.
-That becomes the \"string to replace\".")
+That becomes the \"string to replace\"."
+  :type 'boolean
+  :group 'matching)
 
 (defcustom query-replace-from-history-variable 'query-replace-history
   "History list to use for the FROM argument of `query-replace' commands.