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: Per Abrahamsen
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Tue, 12 Feb 2002 04:49:54 -0500

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.198 emacs/lisp/menu-bar.el:1.199
*** emacs/lisp/menu-bar.el:1.198        Mon Feb 11 11:47:55 2002
--- emacs/lisp/menu-bar.el      Tue Feb 12 04:49:46 2002
***************
*** 569,574 ****
--- 569,575 ----
                   case-fold-search truncate-lines show-paren-mode
                   transient-mark-mode global-font-lock-mode
                   display-time-mode auto-compression-mode
+                  current-language-environment default-input-method
                   ;; Saving `text-mode-hook' is somewhat questionable,
                   ;; as we might get more than we bargain for, if
                   ;; other code may has added hooks as well.
***************
*** 579,588 ****
        (and (get elt 'customized-value)
           (customize-mark-to-save elt)
           (setq need-save t)))
-     ;; These are set with other functions.
-     (dolist (elt '(current-language-environment default-input-method))
-       (when (customize-mark-to-save elt)
-       (setq need-save t)))
      ;; Save if we changed anything.
      (when need-save
        (custom-save-all))))
--- 580,585 ----



reply via email to

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