1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00
Stefan Monnier fd6fa53f88 * lisp/minibuffer.el (minibuffer-inactive-mode-map): New var.
(minibuffer-inactive-mode): New major mode.
* src/minibuf.c (get_minibuffer, read_minibuf_unwind): Call it.
* lisp/mouse.el (mouse-drag-region): Remove the "mouse-1 pops up
the *Messages* buffer" hack.
(mouse-popup-menubar): Don't burp if the event is a normal key.
2011-06-01 12:34:41 -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.