From: Stefan Monnier Date: Fri, 3 Nov 2000 22:30:37 +0000 (+0000) Subject: (show-paren-mode): Drop unneeded positional args. X-Git-Tag: emacs-pretest-21.0.90~319 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83bfc0d9ecd25b79045f7ff49b88aba0111100da;p=emacs.git (show-paren-mode): Drop unneeded positional args. --- 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)