projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
057cf39
)
(show-paren-mode): Add a defvar before first use.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jul 1997 01:06:11 +0000
(
01:06
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Jul 1997 01:06:11 +0000
(
01:06
+0000)
lisp/paren.el
patch
|
blob
|
history
diff --git
a/lisp/paren.el
b/lisp/paren.el
index 38e738c57cbc7366c02eb37e355dbda6b9d2c7ea..893407b96c159a9d1439ed3c39fac01902b93f03 100644
(file)
--- a/
lisp/paren.el
+++ b/
lisp/paren.el
@@
-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.