comparison lisp/paren.el @ 25813:bb0def506686

(show-paren-mode): Add autoload cookie.
author Dave Love <fx@gnu.org>
date Sat, 25 Sep 1999 12:35:20 +0000
parents cbe304a26771
children efa4d1ed3f1b
comparison
equal deleted inserted replaced
25812:edf16534a337 25813:bb0def506686
38 ;; This is the overlay used to highlight the matching paren. 38 ;; This is the overlay used to highlight the matching paren.
39 (defvar show-paren-overlay nil) 39 (defvar show-paren-overlay nil)
40 ;; This is the overlay used to highlight the closeparen right before point. 40 ;; This is the overlay used to highlight the closeparen right before point.
41 (defvar show-paren-overlay-1 nil) 41 (defvar show-paren-overlay-1 nil)
42 42
43 ;;;###autoload
43 (defcustom show-paren-mode nil 44 (defcustom show-paren-mode nil
44 "*Toggle Show Paren mode. 45 "*Toggle Show Paren mode.
45 When Show Paren mode is enabled, any matching parenthesis is highlighted 46 When Show Paren mode is enabled, any matching parenthesis is highlighted
46 after `show-paren-delay' seconds of Emacs idle time. 47 after `show-paren-delay' seconds of Emacs idle time.
47 Setting this variable directly does not take effect; 48 Setting this variable directly does not take effect;