all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* system-type macos in lisp/loadup.el & ls-lisp.el
@ 2009-08-13 13:06 CHENG Gao
  2009-08-13 17:10 ` Eli Zaretskii
  2009-08-21 19:04 ` Dan Nicolaescu
  0 siblings, 2 replies; 3+ messages in thread
From: CHENG Gao @ 2009-08-13 13:06 UTC (permalink / raw
  To: emacs-devel


In lisp/loadup.el:

,----
| (if (eq system-type 'macos)
|     (progn
|       (load "ls-lisp")))
`----

I trust system-type for MacOSX had been changed to "darwin" for fairly
long time.

This means ls-lisp.el is never pre-loaded for MacOSX. I dont know if it
hurts anything.

And ls-lisp.el uses system-type "macos" also.








^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-08-21 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-13 13:06 system-type macos in lisp/loadup.el & ls-lisp.el CHENG Gao
2009-08-13 17:10 ` Eli Zaretskii
2009-08-21 19:04 ` Dan Nicolaescu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.