]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove leftover macos code.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 21 Aug 2009 06:19:23 +0000 (06:19 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 21 Aug 2009 06:19:23 +0000 (06:19 +0000)
lisp/ChangeLog
lisp/loadup.el

index 42465ef18175a28f30853fbbabe80e9a28fbf078..4d60e1da31db1ef96f35fa3096bfe54fb1f55394 100644 (file)
@@ -1,5 +1,7 @@
 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * 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.
index 284c7e3a11798e9586b01125c3186d6a0b09f8c7..8f1fe845e39600d68582ba78e726df4700005f52 100644 (file)
       (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