# HG changeset patch # User Dan Nicolaescu # Date 1250835563 0 # Node ID c6bb324927301a71ff7a4ea49355965b82e0e497 # Parent fb63f91960b03d6babe21312b2f79c949c31206d Remove leftover macos code. diff -r fb63f91960b0 -r c6bb32492730 lisp/ChangeLog --- a/lisp/ChangeLog Fri Aug 21 06:16:07 2009 +0000 +++ b/lisp/ChangeLog Fri Aug 21 06:19:23 2009 +0000 @@ -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 -r fb63f91960b0 -r c6bb32492730 lisp/loadup.el --- a/lisp/loadup.el Fri Aug 21 06:16:07 2009 +0000 +++ b/lisp/loadup.el Fri Aug 21 06:19:23 2009 +0000 @@ -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