]> git.eshelyaron.com Git - emacs.git/commitdiff
(show-paren-mode): Drop unneeded positional args.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:30:37 +0000 (22:30 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 3 Nov 2000 22:30:37 +0000 (22:30 +0000)
lisp/paren.el

index 1dec96ad43f0dc0b0aa9490c47bc97886136f881..40e99bea0efc021737c27246e7b75fd3c4349f1f 100644 (file)
@@ -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)