Files
emacs/lisp
Glenn Morris 7b1bf1735e Use new names for hooks rather than obsolete aliases
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
* lisp/cedet/semantic/util.el (semantic-describe-buffer):
* lisp/cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token)
(semantic-default-c-setup):
* lisp/emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
* lisp/gnus/gnus-diary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(gnus-subscribe-newsgroup-functions)
(nndiary-request-accept-article-functions):
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
Use new names for hooks rather than obsolete aliases.

* lisp/arc-mode.el:
* lisp/emacs-lisp/checkdoc.el: Related comments.

* etc/NEWS: Related markup.
2012-11-12 19:11:46 -08:00
..
2012-10-20 19:54:24 +08:00
2012-10-23 11:06:07 -04:00
2012-11-01 10:25:08 +08:00
2012-11-12 10:26:50 -03:00
2012-11-03 15:56:02 +02:00
2012-10-13 13:17:16 -07:00
2012-10-06 13:30:26 -07:00
2012-09-17 03:55:02 -08:00
2012-09-27 00:42:54 +02:00
2012-09-27 00:42:54 +02:00
2012-10-04 22:57:24 -07:00
2012-10-05 19:20:36 -07:00
2012-08-21 23:41:35 +02:00
2012-10-22 08:43:54 -04:00
2012-09-17 05:49:55 -04:00
2012-10-23 11:06:07 -04:00
2012-11-10 16:43:54 -08:00
2012-10-23 11:06:07 -04:00
2012-11-01 06:19:27 -04:00
2012-11-03 15:56:02 +02:00
2012-10-26 11:11:24 +02:00
2012-10-06 13:30:26 -07:00
2012-10-07 14:31:58 -08:00
2012-10-29 18:14:50 +08:00
2012-10-27 13:03:52 +08:00
2012-08-14 21:48:39 +03:00
2012-10-09 00:08:26 -07:00
2012-09-17 03:55:02 -08:00
2012-08-03 14:51:11 +03: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.