Files
emacs/lisp
Eli Zaretskii 518dc5be4e (revert-buffer, recover-file): Replace buffer-read-only with inhibit-read-only. Suggested by Stefan Monnier.
(revert-buffer): Let insert-file-contents discard buffer-undo-list.  Simplify
code.
(find-file, find-file-existing, revert-buffer): Doc-string fixes.
2006-02-11 18:42:56 +00:00
..
2006-02-08 07:54:11 +00:00
2006-01-22 12:19:11 +00:00
2006-02-11 11:46:15 +00:00
2006-02-06 23:13:22 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-01-20 01:31:01 +00:00
2005-12-19 07:04:44 +00:00
2006-02-10 11:07:50 +00:00
2006-02-06 15:23:23 +00:00
2006-02-07 21:23:14 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-01-24 13:38:07 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-02 21:59:18 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-05 06:11:41 +00:00
2006-02-06 15:23:23 +00:00
2006-01-29 23:03:30 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-11 11:32:31 +00:00
2006-02-03 15:57:56 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-10 16:46:43 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-06 15:23:23 +00:00
2006-02-07 17:30:10 +00:00
2006-02-06 15:23:23 +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.