Files
emacs/lisp
Stefan Monnier 6bdd920482 * lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp.
* lisp/emacs-lisp/elint.el (elint-find-builtins):
* lisp/emacs-lisp/eldoc.el (eldoc-symbol-function):
* lisp/emacs-lisp/bytecomp.el (byte-compile-callargs-warn)
(byte-compile-file-form-defmumble, byte-compile, byte-compile-form):
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand):
* lisp/apropos.el (apropos-safe-documentation):
* lisp/subr.el (symbol-file): Remove redundant fboundp.
* lisp/progmodes/idlw-shell.el (idlwave-shell-comint-filter): Use defalias.
2014-01-06 18:34:05 -05:00
..
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-04 18:56:08 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-04 18:56:08 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-04 18:56:08 -08:00
2014-01-05 23:33:06 -08:00
2014-01-04 18:56:08 -08:00
2014-01-05 22:25:30 -08:00
2014-01-04 18:56:08 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-04 18:56:08 -08:00
2014-01-03 00:10:52 -05:00
2014-01-05 22:25:30 -08:00
2013-12-27 19:00:54 -05:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08:00
2014-01-05 22:25:30 -08: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.