Files
emacs/lisp
YAMAMOTO Mitsuharu ea1f60515f Require url when compiling. Call
mac-process-deferred-apple-events after loading init files.
(mac-apple-event-map): New defvar.  Define event handlers in it.
(core-event, internet-event): New Apple event class symbols.
(open-application, reopen-application, open-documents)
(print-documents, open-contents, quit-application)
(application-died, show-preferences, autosave-now, get-url): New
Apple event ID symbols.
(about): New HICommand ID symbol.
(mac-event-spec, mac-event-ae): New macros.
(mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
(mac-ae-selection-range, mac-ae-text-for-search)
(mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
(mac-application-menu-map): Remove keymap.  Handlers for HICommand
and Services menu events are now defined in mac-apple-event-map.
(mac-drag-n-drop): Remove selection range handling.
2005-12-10 01:48:21 +00:00
..
2005-11-01 09:31:26 +00:00
2005-12-09 16:44:18 +00:00
2005-10-21 01:25:46 +00:00
2005-12-09 16:44:18 +00:00
2005-12-10 01:48:21 +00:00
2005-12-08 00:01:48 +00:00
2005-11-29 23:52:59 +00:00
2005-10-28 16:19:16 +00:00
2005-10-07 13:59:20 +00:00
2005-10-09 15:40:00 +00:00
2005-10-16 21:49:00 +00:00
2005-12-09 16:44:18 +00:00
2005-11-11 02:54:08 +00:00
2005-10-28 17:06:03 +00:00
2005-11-22 19:25:50 +00:00
2005-11-16 22:44:53 +00:00
2005-12-09 08:16:04 +00:00
2005-11-16 22:18:46 +00:00
2005-10-02 03:11:03 +00:00
2005-12-10 01:12:25 +00:00
2005-10-26 08:38:07 +00:00
2005-11-15 17:13:22 +00:00
2005-10-28 21:03:35 +00:00
2005-12-05 02:04:14 +00:00
2005-12-03 14:35:38 +00:00
2005-10-23 13:30:15 +00:00
2005-11-03 03:56:38 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.