From: Dan Nicolaescu Date: Fri, 21 Aug 2009 06:19:23 +0000 (+0000) Subject: Remove leftover macos code. X-Git-Tag: emacs-pretest-23.1.90~1770 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bcc5db2443c225d6c2d1c43a81db396679b053d5;p=emacs.git Remove leftover macos code. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42465ef1817..4d60e1da31d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-08-21 Dan Nicolaescu + * loadup.el: Remove leftover macos code. + * vc-git.el (vc-git-annotate-command): Run asynchronously. Explicitly pass the date format to git blame so that user local so that the output format can be parsed. diff --git a/lisp/loadup.el b/lisp/loadup.el index 284c7e3a117..8f1fe845e39 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -209,9 +209,6 @@ (load "term/pc-win") (load "ls-lisp") (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el -(if (eq system-type 'macos) - (progn - (load "ls-lisp"))) (if (featurep 'ns) (progn (load "emacs-lisp/easymenu") ;; for platform-related menu adjustments