Mercurial > emacs
changeset 38609:0d6a4572c332
(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 30 Jul 2001 19:08:49 +0000 |
parents | cfe886db83f8 |
children | 6e7efdd1cadc |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Mon Jul 30 18:25:58 2001 +0000 +++ b/lisp/menu-bar.el Mon Jul 30 19:08:49 2001 +0000 @@ -635,7 +635,8 @@ (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)"