(toggle-case-fold-search): New command.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 01:00:03 +0000 (01:00 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 May 1998 01:00:03 +0000 (01:00 +0000)
(menu-bar-options-menu): Put that in the menu.

lisp/menu-bar.el

index b0015ab..eec880a 100644 (file)
@@ -415,6 +415,10 @@ Do the same for the keys of the same name."
                        (setq uniquify-buffer-name-style
                              (if (not uniquify-buffer-name-style)
                                  'forward))))
+(define-key menu-bar-options-menu [case-fold-search]
+  (menu-bar-make-toggle toggle-case-fold-search case-fold-search
+                       "Case folding in searches"
+                       "Case folding in searches %s"))
 (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)"