]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-options-menu): Add options for truncate-lines and show-paren.
authorRichard M. Stallman <rms@gnu.org>
Wed, 21 Oct 1998 20:24:41 +0000 (20:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 21 Oct 1998 20:24:41 +0000 (20:24 +0000)
lisp/menu-bar.el

index ab390f448f3bbc0f571be5d411764ca051ea22d1..e1157edbcbf4ab91135dbe77399640b71798f282 100644 (file)
@@ -420,6 +420,12 @@ Do the same for the keys of the same name."
   (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 [truncate-lines]
+  (menu-bar-make-toggle
+   toggle-truncate-lines truncate-lines
+   "Line Truncation" "Line Truncation %s"
+   (prog1 (setq truncate-lines (not truncate-lines))
+     (set-buffer-modified-p (buffer-modified-p)))))
 (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)"