emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/menu-bar.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Mon, 18 Mar 2002 04:06:35 -0500

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.203 emacs/lisp/menu-bar.el:1.204
*** emacs/lisp/menu-bar.el:1.203        Tue Feb 19 05:30:30 2002
--- emacs/lisp/menu-bar.el      Mon Mar 18 04:06:35 2002
***************
*** 782,788 ****
                ;; -- Per Abrahamsen <address@hidden> 2002-02-11.
                (customize-mark-as-set 'text-mode-hook))
              :help "Automatically fill text between left and right margins"
!               :button (:toggle . (member 'turn-on-auto-fill text-mode-hook))))
  (define-key menu-bar-options-menu [truncate-lines]
    '(menu-item "Truncate Long Lines in this Buffer"
              (lambda ()
--- 782,790 ----
                ;; -- Per Abrahamsen <address@hidden> 2002-02-11.
                (customize-mark-as-set 'text-mode-hook))
              :help "Automatically fill text between left and right margins"
!               :button (:toggle . (if (listp text-mode-hook)
!                                    (member 'turn-on-auto-fill text-mode-hook)
!                                  (eq 'turn-on-auto-fill text-mode-hook)))))
  (define-key menu-bar-options-menu [truncate-lines]
    '(menu-item "Truncate Long Lines in this Buffer"
              (lambda ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]