1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00
Stefan Monnier f291fe60fb Use `declare' in defmacros.
* lisp/window.el (save-selected-window):
* lisp/subr.el (with-temp-file, with-temp-message, with-syntax-table):
* lisp/progmodes/python.el (def-python-skeleton):
* lisp/net/dbus.el (dbus-ignore-errors):
* lisp/jka-cmpr-hook.el (with-auto-compression-mode):
* lisp/international/mule.el (with-category-table):
* lisp/emacs-lisp/timer.el (with-timeout):
* lisp/emacs-lisp/lisp-mnt.el (lm-with-file):
* lisp/emacs-lisp/eieio.el (with-slots):
* lisp/emacs-lisp/easymenu.el (easy-menu-define):
* lisp/emacs-lisp/debug.el (debugger-env-macro):
* lisp/emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
(Multiple-value-call, Multiple-value-prog1):
* lisp/emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
(cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
edebug rule to definition.
* lisp/emacs-lisp/lisp-mode.el (save-selected-window)
(with-current-buffer, combine-after-change-calls)
(with-output-to-string, with-temp-file, with-temp-buffer)
(with-temp-message, with-syntax-table, read-if, eval-after-load)
(dolist, dotimes, when, unless):
* lisp/emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2010-08-30 15:03:05 +02:00
..
2010-08-30 15:03:05 +02:00
2010-08-08 17:12:29 -04:00
2010-08-30 15:03:05 +02:00
2010-08-25 14:13:27 +09:00
2010-07-29 04:42:53 +02:00
2010-08-30 15:03:05 +02:00
2010-08-18 20:45:46 -07:00
2010-08-30 15:03:05 +02:00
2010-07-27 04:10:05 +02:00
2010-08-20 00:33:06 -07:00
2010-07-10 14:52:53 -04:00
2010-08-30 15:03:05 +02:00
2010-07-29 04:42:53 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-08-01 06:37:41 +02:00
2010-08-01 06:37:41 +02:00
2010-07-29 04:42:53 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-24 13:53:19 +02:00
2010-07-29 04:42:53 +02:00
2010-06-10 00:08:50 +02:00
2010-05-07 20:20:30 -04:00
2010-05-07 20:20:30 -04:00
2010-04-23 19:36:43 -07:00
2010-07-10 14:52:53 -04:00
2010-04-21 21:48:42 +02:00
2010-08-30 15:03:05 +02:00
2010-03-22 17:50:29 +01:00
2010-05-07 23:28:26 -04:00
2010-03-23 12:27:10 -04:00
2010-03-24 20:06:08 -04:00
2010-05-07 06:58:17 +00:00
2010-05-07 06:58:17 +00:00
2010-08-30 15:03:05 +02:00
2010-08-08 17:12:29 -04:00
2010-07-27 04:10:05 +02:00
2010-08-27 00:24:17 -03:00
2010-08-30 15:03:05 +02: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.