Files
emacs/lisp
Glenn Morris bb0980751e Add missing custom :versions, plus small fixes
* emacs-lisp/smie.el (smie-config): Add type, version, initialize.

* bookmark.el (bookmark-bmenu-use-header-line):
* doc-view.el (doc-view-scale-internally):
* pcmpl-x.el (pcmpl-x-tlmgr-program, pcmpl-x-ack-program):
* register.el (register-preview-delay):
* net/shr.el (shr-bullet):
* progmodes/cfengine.el (cfengine-cf-promises)
(cfengine-parameters-indent):
* progmodes/octave.el (inferior-octave-error-regexp-alist):
* textmodes/reftex-vars.el (reftex-label-regexps):
* vc/log-edit.el (log-edit-setup-add-author): Add version.

* cedet/ede/linux.el (project-linux-build-directory-default)
(project-linux-architecture-default): Fix custom types.  Add version.

* gnus/gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
* gnus/gnus-sum.el (gnus-subthread-sort-functions): Add version.
* gnus/gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
2013-12-27 18:16:05 -08:00
..
2013-12-27 17:24:15 -08:00
2013-11-29 12:25:04 +01:00
2013-12-27 17:24:15 -08:00
2013-12-27 17:24:15 -08:00
2013-08-20 18:13:29 -04:00
2013-07-26 19:02:22 +02:00
2013-12-08 13:23:50 -08:00
2013-08-27 12:02:42 -07:00
2013-06-30 08:10:33 -07:00
2013-07-26 19:02:22 +02:00
2013-12-01 14:33:13 -08:00
2013-12-21 21:44:20 +08:00
2013-12-27 17:24:15 -08:00
2013-10-29 22:45:53 -04:00
2013-12-27 17:24:15 -08:00
2013-07-26 05:32:44 -04:00
2013-08-15 22:15:51 -07:00
2013-11-14 06:21:21 -05:00
2013-10-29 15:37:40 +08:00
2013-12-27 19:00:54 -05:00
2013-10-29 22:45:53 -04:00
2013-12-27 17:24:15 -08:00
2013-09-04 23:30:07 -04:00
2013-11-20 00:16:20 -08:00
2013-10-08 18:11:29 +03:00
2013-09-17 20:45:54 -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.