diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-16 02:46:09 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2008-07-16 02:46:09 +0000 |
commit | 38f4308d1b3c38ac4d1c5c5b1acb610a66e15d24 (patch) | |
tree | d3a9bacf7fc009fbe9f4c091be7c5403d8dcf5a3 /lisp/loadup.el | |
parent | 44ac2d3efcd9606c05950041e41caad569e30adb (diff) | |
download | emacs-38f4308d1b3c38ac4d1c5c5b1acb610a66e15d24.tar.gz |
remove easy-mmode from loadup.el before ns-win; correct docs in ns-win
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index bd4d08b0449..30a26e902b3 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -215,7 +215,6 @@ (if (featurep 'ns-windowing) (progn (load "emacs-lisp/easymenu") ;; for platform-related menu adjustments - (load "emacs-lisp/easy-mmode") (load "term/ns-win"))) (if (fboundp 'atan) ; preload some constants and (progn ; floating pt. functions if we have float support. |