From d279baa8e7367fdf23af2150b5ff27a70fcb5a8e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 25 Sep 1999 12:35:20 +0000 Subject: [PATCH] (show-paren-mode): Add autoload cookie. --- lisp/paren.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5