aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorAndreas Schwab <[email protected]>2001-07-30 19:09:07 +0000
committerAndreas Schwab <[email protected]>2001-07-30 19:09:07 +0000
commitd004e96a07b6dca6e43ec8e88c874ed013d08da6 (patch)
tree6edcda7031d95b15710fddd4f6797d8383ab7265 /lisp/menu-bar.el
parent133a84aa60ca9e1583814781b51161eec646616d (diff)
(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index d650979267..228faa9d4f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -635,7 +635,8 @@ Do the same for the keys of the same name."
(menu-bar-make-toggle toggle-highlight-paren-mode show-paren-mode
"Highlight Matching Parentheses"
"Show Paren mode %s"
- "Highlight matching and mismatched parentheses"))
+ "Highlight matching and mismatched parentheses"
+ (show-paren-mode)))
(define-key menu-bar-options-menu [transient-mark-mode]
(menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode
"Transient Mark Mode (highlights region)"