]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-mode): Add a defvar before first use.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 01:06:11 +0000 (01:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Jul 1997 01:06:11 +0000 (01:06 +0000)
lisp/paren.el

index 38e738c57cbc7366c02eb37e355dbda6b9d2c7ea..893407b96c159a9d1439ed3c39fac01902b93f03 100644 (file)
@@ -42,6 +42,8 @@
 
 (defvar show-paren-idle-timer nil)
 
+(defvar show-paren-mode)  ;; Real definition comes later.
+
 ;;;###autoload
 (defun show-paren-mode (&optional arg)
   "Toggle Show Paren mode.