Files
emacs/lisp
Chong Yidong 23a8a5ab69 Improve Edebug error for attempting to instrument built-in functions.
* lisp/emacs-lisp/edebug.el (edebug-instrument-function): Use it to
signal an error for built-in functions.

* lisp/emacs-lisp/find-func.el (find-function-noselect): New arg
lisp-only.

Fixes: debbugs:6664
2011-08-21 13:43:31 -04:00
..
2011-08-21 09:39:07 +00:00
2011-08-20 22:24:07 -04:00
2011-04-19 15:44:55 +02:00
2011-05-06 00:20:17 -07:00
2011-07-14 03:09:00 +02:00
2011-06-29 19:58:08 -07:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-16 21:38:25 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-08-15 22:18:10 -04:00
2011-08-08 16:11:25 +09:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-14 03:09:00 +02:00
2011-08-20 23:02:39 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-08-09 18:13:11 -04:00
2011-08-15 06:21:47 -04:00
2011-07-14 19:05:43 +02:00
2011-04-19 15:44:55 +02:00
2011-07-15 15:33:07 +02:00
2011-07-15 13:18:53 -04:00
2011-07-15 13:18:53 -04:00
2011-05-10 15:57:12 +02:00
2011-04-19 15:44:55 +02:00
2011-08-01 06:21:26 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-14 16:01:16 +02:00
2011-04-19 15:44:55 +02:00
2011-07-14 16:54:32 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-02 15:53:53 +02:00
2011-07-28 16:05:07 +02:00
2011-04-19 15:44:55 +02:00
2011-07-13 20:12:05 +02:00
2011-04-19 15:44:55 +02:00
2011-06-27 17:16:28 -04:00
2011-07-07 14:31:57 -04:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-07-14 03:09:00 +02:00
2011-06-20 22:49:12 +02:00
2011-04-19 15:44:55 +02:00
2011-08-09 18:13:11 -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.