diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:30:37 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2000-11-03 22:30:37 +0000 |
commit | 83bfc0d9ecd25b79045f7ff49b88aba0111100da (patch) | |
tree | 4a96ea55d1836ad3288cb516b5fc4a2fecb1c5fd /lisp/paren.el | |
parent | 7ef86b07583ef8aa655c37fe85750d5c8b684d0b (diff) | |
download | emacs-83bfc0d9ecd25b79045f7ff49b88aba0111100da.tar.gz |
(show-paren-mode): Drop unneeded positional args.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index 1dec96ad43f..40e99bea0ef 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -91,7 +91,7 @@ Returns the new status of Show Paren mode (non-nil means on). When Show Paren mode is enabled, any matching parenthesis is highlighted in `show-paren-style' after `show-paren-delay' seconds of Emacs idle time." - nil nil nil :global t :group 'paren-showing + :global t :group 'paren-showing ;; Turn off the usual paren-matching method ;; when this one is turned on. (if (local-variable-p 'show-paren-mode) |