Files
emacs/lisp
Po Lu a39ca9bf8e Update Android port
* lisp/minibuffer.el (minibuffer-setup-on-screen-keyboard):
Handle cases where last-event-frame is a kbd macro.
* src/keyboard.c (lispy_function_keys): Remove duplicates.
2023-03-14 19:51:42 +08:00
..
2023-02-23 16:05:02 +01:00
2023-03-03 13:49:18 -08:00
2023-02-18 11:50:44 +08:00
2023-03-13 13:25:02 +08:00
2023-03-03 06:30:12 +01:00
2023-03-01 06:30:20 +01:00
2023-02-15 22:51:44 +08:00
2023-02-16 23:57:01 +08:00
2023-02-24 06:30:11 +01:00
2023-03-09 12:04:52 +02:00
2023-02-18 23:09:30 +08:00
2023-02-15 22:51:44 +08:00
2023-02-17 16:20:45 +01:00
2023-02-21 18:32:51 +01:00
2023-02-18 10:58:00 +02:00
2023-03-07 06:30:10 +01:00
2023-02-16 23:57:01 +08:00
2023-03-01 05:08:22 +01:00
2023-03-02 20:45:02 +08:00
2023-03-13 20:39:29 +08:00
2023-03-14 19:51:42 +08:00
2023-02-18 23:09:30 +08:00
2023-02-18 23:09:30 +08:00
2023-03-08 06:30:18 +01:00
2023-03-05 06:30:15 +01: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.