emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Wed, 09 Feb 2005 10:52:40 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.202 emacs/lisp/replace.el:1.203
*** emacs/lisp/replace.el:1.202 Sat Jan 15 18:10:59 2005
--- emacs/lisp/replace.el       Wed Feb  9 15:50:41 2005
***************
*** 62,68 ****
    "*Non-nil means `query-replace' and friends ignore read-only matches."
    :type 'boolean
    :group 'matching
!   :version "21.4")
  
  (defcustom query-replace-highlight t
    "*Non-nil means to highlight matches during query replacement."
--- 62,68 ----
    "*Non-nil means `query-replace' and friends ignore read-only matches."
    :type 'boolean
    :group 'matching
!   :version "22.1")
  
  (defcustom query-replace-highlight t
    "*Non-nil means to highlight matches during query replacement."
***************
*** 77,89 ****
    :type 'boolean
    :group 'lazy-highlight
    :group 'matching
!   :version "21.4")
  
  (defface query-replace
    '((t (:inherit isearch)))
    "Face for highlighting query replacement matches."
    :group 'matching
!   :version "21.4")
  
  (defun query-replace-descr (string)
    (mapconcat 'isearch-text-char-description string ""))
--- 77,89 ----
    :type 'boolean
    :group 'lazy-highlight
    :group 'matching
!   :version "22.1")
  
  (defface query-replace
    '((t (:inherit isearch)))
    "Face for highlighting query replacement matches."
    :group 'matching
!   :version "22.1")
  
  (defun query-replace-descr (string)
    (mapconcat 'isearch-text-char-description string ""))
***************
*** 789,795 ****
      (t :background "gray"))
    "Face used to highlight matches permanently."
    :group 'matching
!   :version "21.4")
  
  (defcustom list-matching-lines-default-context-lines 0
    "*Default number of context lines included around `list-matching-lines' 
matches.
--- 789,795 ----
      (t :background "gray"))
    "Face used to highlight matches permanently."
    :group 'matching
!   :version "22.1")
  
  (defcustom list-matching-lines-default-context-lines 0
    "*Default number of context lines included around `list-matching-lines' 
matches.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]