From d004e96a07b6dca6e43ec8e88c874ed013d08da6 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 30 Jul 2001 19:09:07 +0000 Subject: [PATCH] (toggle-highlight-paren-mode): Use `(show-paren-mode)' as body. --- lisp/ChangeLog | 5 +++++ lisp/menu-bar.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 17501c0523c..a883dddda01 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-30 Andreas Schwab + + * menu-bar.el (toggle-highlight-paren-mode): Use + `(show-paren-mode)' as body. + 2001-07-30 Andre Spiegel * vc.el (vc-checkout-hook): New hook. 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)" -- 2.39.2