emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/hilit-chg.el
Date: Wed, 06 Feb 2002 10:32:16 -0500

Index: emacs/lisp/hilit-chg.el
diff -c emacs/lisp/hilit-chg.el:1.19 emacs/lisp/hilit-chg.el:1.20
*** emacs/lisp/hilit-chg.el:1.19        Thu Jan 31 23:17:59 2002
--- emacs/lisp/hilit-chg.el     Wed Feb  6 10:32:16 2002
***************
*** 263,269 ****
    :group 'highlight-changes)
  
  ;; The strings displayed in the mode-line for the minor mode:
! (defcustom highlight-changes-active-string nil
    "*The string used when Highlight Changes mode is in the active state.
  This should be set to nil if no indication is desired,  or to
  a string with a leading space."
--- 263,269 ----
    :group 'highlight-changes)
  
  ;; The strings displayed in the mode-line for the minor mode:
! (defcustom highlight-changes-active-string " +Chg"
    "*The string used when Highlight Changes mode is in the active state.
  This should be set to nil if no indication is desired,  or to
  a string with a leading space."
***************
*** 271,277 ****
                 (const :tag "None"  nil))
    :group 'highlight-changes)
  
! (defcustom highlight-changes-passive-string " Chg"
    "*The string used when Highlight Changes mode is in the passive state.
  This should be set to nil if no indication is desired,  or to
  a string with a leading space."
--- 271,277 ----
                 (const :tag "None"  nil))
    :group 'highlight-changes)
  
! (defcustom highlight-changes-passive-string " -Chg"
    "*The string used when Highlight Changes mode is in the passive state.
  This should be set to nil if no indication is desired,  or to
  a string with a leading space."
***************
*** 282,295 ****
  (defcustom highlight-changes-global-modes t
    "*Determine whether a buffer is suitable for global Highlight Changes mode.
  
! A function means that function is called:  if it returns non-nil, the
! buffer is suitable.
  
! A list is a list of modes for which it is suitable,  or a list whose
! first element is `not' followed by modes which are not suitable.
  
! t means the buffer is suitable if its name does not begin with ` ' nor
! `*' and the buffer has a filename.
  
  A value of nil means no buffers are suitable for `global-highlight-changes'
  \(effectively disabling the mode).
--- 282,296 ----
  (defcustom highlight-changes-global-modes t
    "*Determine whether a buffer is suitable for global Highlight Changes mode.
  
! A function means call that function to decide: if it returns non-nil,
! the buffer is suitable.
  
! A list means the elements are major modes suitable for Highlight
! Changes mode, or a list whose first element is `not' followed by major
! modes which are not suitable.
  
! t means the buffer is suitable if it is visiting a file and its name
! does not begin with ` ' or `*'.
  
  A value of nil means no buffers are suitable for `global-highlight-changes'
  \(effectively disabling the mode).



reply via email to

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