1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00
Chong Yidong 6af4083913 * progmodes/cc-defs.el (c-emacs-features): Check
beginning-of-defun-raw instead of beginning-of-defun, and avoid
moving point during the test.

* emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
2008-08-11 21:37:52 +00:00
..
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-27 18:24:48 +00:00
2008-08-07 07:18:07 +00:00
2008-06-24 08:58:45 +00:00
2008-07-31 05:33:56 +00:00
2008-08-10 23:22:53 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-11 01:19:29 +00:00
2008-08-11 01:24:31 +00:00
2008-07-31 05:33:56 +00:00
2008-07-18 15:42:14 +00:00
2008-06-05 02:38:08 +00:00
2008-08-07 09:29:58 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-06-25 15:15:39 +00:00
2008-07-31 22:15:45 +00:00
2008-06-27 07:34:53 +00:00
2008-06-13 13:42:21 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-28 22:30:25 +00:00
2008-07-01 03:02:37 +00:00
2008-06-27 07:34:53 +00:00
2008-07-28 22:30:25 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-27 18:24:48 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-15 18:15:18 +00:00
2008-07-31 05:33:56 +00:00
2008-06-27 07:34:53 +00:00
2008-06-27 07:34:53 +00:00
2008-07-27 18:24:48 +00:00
2008-06-27 07:34:53 +00:00
2008-06-06 20:02:42 +00:00
2008-07-31 05:33:56 +00:00
2008-06-27 02:41:14 +00:00
2008-08-02 21:50:11 +00:00
2008-07-30 17:17:13 +00:00
2008-07-31 18:02:40 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-08-10 01:01:43 +00:00
2008-06-27 07:34:53 +00:00
2008-07-25 16:26:06 +00:00
2008-06-27 07:34:53 +00:00
2008-07-27 18:24:48 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 16:51:21 +00:00
2008-07-31 05:33:56 +00:00
2008-07-31 05:33:56 +00:00
2008-06-27 07:34:53 +00:00
2008-06-13 08:04:56 +00:00
2008-08-10 19:48:57 +00:00
2008-08-06 03:49:03 +00:00
2008-07-05 18:04:26 +00:00
2008-07-22 02:51:59 +00:00
2008-06-27 07:34:53 +00:00
2008-07-31 05:33:56 +00:00
2008-06-24 13:29:28 +00:00
2008-08-06 03:35:04 +00:00
2008-07-15 18:15:18 +00: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.