emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 27 Aug 2005 08:30:37 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.745 emacs/lisp/simple.el:1.746
*** emacs/lisp/simple.el:1.745  Mon Aug 15 17:23:50 2005
--- emacs/lisp/simple.el        Sat Aug 27 12:30:36 2005
***************
*** 4207,4214 ****
    :group 'paren-blinking)
  
  (defcustom blink-matching-paren-distance (* 25 1024)
!   "*If non-nil, is maximum distance to search for matching open-paren."
!   :type 'integer
    :group 'paren-blinking)
  
  (defcustom blink-matching-delay 1
--- 4207,4215 ----
    :group 'paren-blinking)
  
  (defcustom blink-matching-paren-distance (* 25 1024)
!   "*If non-nil, maximum distance to search backwards for matching open-paren.
! If nil, search stops at the beginning of the accessible portion of the 
buffer."
!   :type '(choice (const nil) integer)
    :group 'paren-blinking)
  
  (defcustom blink-matching-delay 1




reply via email to

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