changeset 33194:cbfead93715d

(show-paren-mode): Drop unneeded positional args.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 03 Nov 2000 22:30:37 +0000
parents d70bb5e33b91
children d296e0e3cf43
files lisp/paren.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paren.el	Fri Nov 03 22:30:09 2000 +0000
+++ b/lisp/paren.el	Fri Nov 03 22:30:37 2000 +0000
@@ -91,7 +91,7 @@
 
 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)