Files
emacs/lisp
Paul Eggert fbd2ea1f73 Fix two parse-time-months invalid assumptions
* lisp/gnus/nnimap.el: Do not require parse-time.
* lisp/gnus/nnimap.el (nnimap-find-expired-articles):
* lisp/net/pop3.el (pop3-make-date):
Just use system-time-locale and format-time-string; no need to
refer to parse-time-months.
* lisp/net/pop3.el (parse-time-months): Remove defvar.
* lisp/net/tramp-smb.el (tramp-smb-read-file-entry):
Add FIXME comment about this.
2019-08-01 15:47:15 -07:00
..
2019-07-30 21:42:34 -07:00
2019-07-29 14:03:43 +02:00
2019-08-01 17:04:53 +03:00
2019-08-01 17:04:53 +03:00
2019-08-01 21:52:46 +02:00
2019-08-01 13:48:29 +02:00
2019-07-06 12:51:30 -07:00
2019-08-01 17:04:53 +03:00
2019-07-13 02:13:40 +02:00
2019-07-26 13:38:51 +02:00
2019-07-20 16:46:04 +01:00
2019-08-01 17:04:53 +03:00
2019-07-06 12:51:30 -07:00
2019-08-01 17:04:53 +03:00
2019-08-01 06:26:06 -07:00
2019-07-30 13:02:41 +02:00
2019-07-28 16:45:22 +02:00
2019-07-31 21:47:29 +02:00
2019-07-26 09:58:53 +02:00
2019-07-30 21:42:34 -07:00
2019-08-01 17:04:53 +03:00
2019-07-30 21:42:34 -07:00
2019-07-30 21:42:34 -07: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.