aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/menu-bar.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17501c0523c..a883dddda01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-07-30 Andreas Schwab <schwab@suse.de>
2
3 * menu-bar.el (toggle-highlight-paren-mode): Use
4 `(show-paren-mode)' as body.
5
12001-07-30 Andre Spiegel <spiegel@gnu.org> 62001-07-30 Andre Spiegel <spiegel@gnu.org>
2 7
3 * vc.el (vc-checkout-hook): New hook. 8 * 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."
635 (menu-bar-make-toggle toggle-highlight-paren-mode show-paren-mode 635 (menu-bar-make-toggle toggle-highlight-paren-mode show-paren-mode
636 "Highlight Matching Parentheses" 636 "Highlight Matching Parentheses"
637 "Show Paren mode %s" 637 "Show Paren mode %s"
638 "Highlight matching and mismatched parentheses")) 638 "Highlight matching and mismatched parentheses"
639 (show-paren-mode)))
639(define-key menu-bar-options-menu [transient-mark-mode] 640(define-key menu-bar-options-menu [transient-mark-mode]
640 (menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode 641 (menu-bar-make-toggle toggle-transient-mark-mode transient-mark-mode
641 "Transient Mark Mode (highlights region)" 642 "Transient Mark Mode (highlights region)"