diff options
| -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 @@ | |||
| 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 |