diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2009-11-17 09:19:12 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2009-11-17 09:19:12 +0000 |
commit | ad413b3564689010ec221562810e5bc373d8c60d (patch) | |
tree | c26b0983fcdf420fb0fd1947bee99b70a63fd33d /lisp/menu-bar.el | |
parent | 749cebc32fc282166b2cd1adfac362293957372e (diff) | |
download | emacs-ad413b3564689010ec221562810e5bc373d8c60d.tar.gz |
menu-bar.el(menu-bar-options-save): Add font-use-system-font.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 13319f41269..aa230abb7de 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -683,7 +683,7 @@ by \"Save Options\" in Custom buffers.") tooltip-mode menu-bar-mode tool-bar-mode save-place uniquify-buffer-name-style fringe-mode indicate-empty-lines indicate-buffer-boundaries - case-fold-search + case-fold-search font-use-system-font current-language-environment default-input-method ;; Saving `text-mode-hook' is somewhat questionable, ;; as we might get more than we bargain for, if |