From d004e96a07b6dca6e43ec8e88c874ed013d08da6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 30 Jul 2001 19:09:07 +0000 Subject: (toggle-highlight-paren-mode): Use `(show-paren-mode)' as body. --- lisp/menu-bar.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/menu-bar.el') diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index d6509792672..228faa9d4f8 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)" -- cgit v1.2.1