diff options
author | Dave Love <fx@gnu.org> | 1999-09-25 12:35:20 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-25 12:35:20 +0000 |
commit | d279baa8e7367fdf23af2150b5ff27a70fcb5a8e (patch) | |
tree | 242c1d9d5d14703ab4f79ca2db78b90307bc92db /lisp/paren.el | |
parent | c820ffeb34f8e143242ba749ac99355312602235 (diff) | |
download | emacs-d279baa8e7367fdf23af2150b5ff27a70fcb5a8e.tar.gz |
(show-paren-mode): Add autoload cookie.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index ec50fa9c154..53fc343c6d5 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -40,6 +40,7 @@ ;; This is the overlay used to highlight the closeparen right before point. (defvar show-paren-overlay-1 nil) +;;;###autoload (defcustom show-paren-mode nil "*Toggle Show Paren mode. When Show Paren mode is enabled, any matching parenthesis is highlighted |