]> git.eshelyaron.com Git - emacs.git/commitdiff
(toggle-highlight-paren-mode): Use `(show-paren-mode)' as body.
authorAndreas Schwab <schwab@suse.de>
Mon, 30 Jul 2001 19:09:07 +0000 (19:09 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 30 Jul 2001 19:09:07 +0000 (19:09 +0000)
lisp/ChangeLog
lisp/menu-bar.el

index 17501c0523cb49a505c1d6d7ff49f5d42ed1e116..a883dddda01c3348028109f367c06e3adb23a157 100644 (file)
@@ -1,3 +1,8 @@
+2001-07-30  Andreas Schwab  <schwab@suse.de>
+
+       * menu-bar.el (toggle-highlight-paren-mode): Use
+       `(show-paren-mode)' as body.
+
 2001-07-30  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-checkout-hook): New hook.
index d6509792672c16a8fcc2abfb5bffd40d46ce4ac9..228faa9d4f8166a4310ce3459c617ca951b7aab8 100644 (file)
@@ -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)"