1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00
Stefan Monnier fb5b2591a6 * lisp/simple.el (goto-line): Use read-number.
(overriding-map-is-bound): Remove.
(saved-overriding-map): Change default.
(save&set-overriding-map): Rename from ensure-overriding-map-is-bound;
Take the map as argument.
(universal-argument, negative-argument, digit-argument): Use it.
(restore-overriding-map): Adjust.
(do-auto-fill): Use fill-forward-paragraph.
(keyboard-quit): Don't signal an error when debug-on-quit is non-nil.
2011-06-01 12:52:35 -03:00
..
2011-06-01 11:19:45 -03:00
2011-06-01 00:22:55 +00:00
2011-06-01 11:19:45 -03:00
2011-02-17 21:21:57 -08:00
2011-03-31 00:24:03 -04:00
2011-04-19 15:44:55 +02:00
2011-03-19 14:49:31 -04:00
2011-05-11 03:34:51 +08:00
2011-04-08 01:59:27 +02:00
2011-05-06 00:20:17 -07:00
2011-03-01 16:18:53 +01:00
2011-04-06 14:18:10 +02:00
2011-04-26 04:26:05 -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-04-19 15:44:55 +02:00
2011-05-21 06:19:46 -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-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +09:00
2011-04-04 15:16:23 +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-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08: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-06-01 11:19:45 -03:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-05-29 17:35:35 -04:00
2011-05-29 17:35:35 -04:00
2011-04-19 15:44:55 +02:00
2011-05-10 15:57:12 +02:00
2011-04-19 15:44:55 +02:00
2011-06-01 06:19: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-04-19 15:44:55 +02:00
2011-01-15 15:16:57 -08: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-04-19 15:44:55 +02:00
2011-05-28 18:56:14 -04:00
2011-05-02 04:33:11 +02:00
2011-04-19 15:44:55 +02:00
2011-06-01 11:19:45 -03: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-05-14 13:14:25 -07:00
2011-03-11 12:17:33 -05: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-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +02:00
2011-04-19 15:44:55 +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.