diff options
author | Andreas Schwab <schwab@suse.de> | 2001-07-30 19:09:07 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-07-30 19:09:07 +0000 |
commit | d004e96a07b6dca6e43ec8e88c874ed013d08da6 (patch) | |
tree | 6edcda7031d95b15710fddd4f6797d8383ab7265 /lisp/menu-bar.el | |
parent | 133a84aa60ca9e1583814781b51161eec646616d (diff) | |
download | emacs-d004e96a07b6dca6e43ec8e88c874ed013d08da6.tar.gz |
(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)" |