Files
emacs/lisp
Stefan Monnier d106953274 Cleanup uses of "-hooks".
* doc/emacs/custom.texi (Hooks):
* doc/lispref/hooks.texi (Standard Hooks): Clarify that -hooks is deprecated.

* lisp/gnus/nndiary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(nndiary-request-accept-article-functions):
* lisp/gnus/gnus-start.el (gnus-subscribe-newsgroup-functions):
* lisp/cedet/semantic/db-file.el (semanticdb-save-database-functions):
* lisp/cedet/semantic/lex.el (semantic-lex-reset-functions):
* lisp/cedet/semantic/edit.el (semantic-change-functions)
(semantic-edits-new-change-functions)
(semantic-edits-delete-change-functions)
(semantic-edits-reparse-change-functions):
* lisp/htmlfontify.el (hfy-post-html-hook):
* lisp/filesets.el (filesets-cache-fill-content-hook):
* lisp/arc-mode.el (archive-extract-hook):
* lisp/progmodes/cc-mode.el (c-prepare-bug-report-hook):
* lisp/net/rcirc.el (rcirc-sentinel-functions)
(rcirc-receive-message-functions, rcirc-activity-functions)
(rcirc-print-functions):
* lisp/net/dbus.el (dbus-event-error-functions):
* lisp/emacs-lisp/eieio.el (eieio-pre-method-execution-functions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-style-functions)
(checkdoc-comment-style-functions): Don't use "-hooks" suffix.

* lisp/term/sun.el (sun-raw-prefix-hooks):
* lisp/mail/sendmail.el (mail-yank-hooks):
* lisp/mh-e/mh-letter.el (mh-yank-hooks): Use make-obsolete-variable.
2012-10-23 11:06:07 -04:00
..
2012-10-23 11:06:07 -04:00
2012-10-23 11:06:07 -04:00
2012-10-20 19:54:24 +08:00
2012-10-23 11:06:07 -04:00
2012-10-23 11:06:07 -04:00
2012-10-23 11:06:07 -04:00
2012-10-23 11:06:07 -04:00
2012-10-04 22:57:24 -07:00
2012-10-23 11:06:07 -04:00
2012-10-23 11:06:07 -04:00
2012-10-13 13:17:16 -07:00
2012-10-23 11:06:07 -04:00
2012-07-10 07:51:54 -04:00
2012-10-23 11:06:07 -04:00
2012-07-10 07:51:54 -04:00
2012-10-06 13:30:26 -07:00
2012-09-17 03:55:02 -08:00
2012-07-10 07:51:54 -04:00
2012-10-23 11:06:07 -04: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-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-08-21 23:41:35 +02:00
2012-10-22 08:43:54 -04:00
2012-06-02 18:56:09 +08:00
2012-07-10 07:51:54 -04:00
2012-06-22 17:24:54 -04:00
2012-09-17 05:49:55 -04:00
2012-07-10 07:51:54 -04:00
2012-10-23 11:06:07 -04:00
2012-06-02 18:56:09 +08:00
2012-10-23 11:06:07 -04:00
2012-09-24 06:20:50 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-07-10 07:51:54 -04:00
2012-10-07 14:31:58 -08:00
2012-07-10 07:51:54 -04:00
2012-10-06 13:30:26 -07:00
2012-10-06 13:30:26 -07:00
2012-09-22 23:24:26 +08:00
2012-07-10 07:51:54 -04:00
2012-10-07 14:31:58 -08:00
2012-10-07 14:31:58 -08:00
2012-10-23 11:06:07 -04:00
2012-08-14 21:48:39 +03:00
2012-07-10 07:51:54 -04: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
2012-10-21 00:23:34 -07:00
2012-08-26 03:29:37 -07:00
2012-07-17 04:15:06 -04: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.