comparison lisp/paren.el @ 18567:1ece30a0422b

(show-paren-mode): Add a defvar before first use.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Jul 1997 01:06:11 +0000
parents 005facba9434
children fd88d8f82bbc
comparison
equal deleted inserted replaced
18566:496848617eb4 18567:1ece30a0422b
39 (defvar show-paren-overlay nil) 39 (defvar show-paren-overlay nil)
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 (defvar show-paren-idle-timer nil) 43 (defvar show-paren-idle-timer nil)
44
45 (defvar show-paren-mode) ;; Real definition comes later.
44 46
45 ;;;###autoload 47 ;;;###autoload
46 (defun show-paren-mode (&optional arg) 48 (defun show-paren-mode (&optional arg)
47 "Toggle Show Paren mode. 49 "Toggle Show Paren mode.
48 With prefix ARG, turn Show Paren mode on if and only if ARG is positive. 50 With prefix ARG, turn Show Paren mode on if and only if ARG is positive.