emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: can't customize compare-windows to have previous behaviour


From: Richard Stallman
Subject: Re: can't customize compare-windows to have previous behaviour
Date: Sat, 24 Mar 2007 10:08:57 -0400

Does this fix it?

*** compare-w.el        21 Jan 2007 01:36:06 -0500      1.38
--- compare-w.el        23 Mar 2007 21:29:52 -0500      
***************
*** 89,95 ****
  
  If the value of this variable is `nil', then function `ding' is
  called to beep or flash the screen when points are mismatched."
!   :type '(choice regexp function)
    :group 'compare-w
    :version "22.1")
  
--- 89,96 ----
  
  If the value of this variable is `nil', then function `ding' is
  called to beep or flash the screen when points are mismatched."
!   :type '(choice regexp function
!                (other :tag "Beep if there is a mismatch at the start"))
    :group 'compare-w
    :version "22.1")
  




reply via email to

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