# HG changeset patch # User Dave Love # Date 938262920 0 # Node ID bb0def5066862ec5c3f38aff51ac72115aaccb5a # Parent edf16534a337a840b0380ed91d661017bc9256b4 (show-paren-mode): Add autoload cookie. diff -r edf16534a337 -r bb0def506686 lisp/paren.el --- a/lisp/paren.el Fri Sep 24 14:06:13 1999 +0000 +++ b/lisp/paren.el Sat Sep 25 12:35:20 1999 +0000 @@ -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