1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-28 10:56:36 +00:00

(show-paren-mode): Add a defvar before first use.

This commit is contained in:
Richard M. Stallman 1997-07-03 01:06:11 +00:00
parent 057cf39efc
commit b527f6c26c

View 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.