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:
parent
057cf39efc
commit
b527f6c26c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user