Files
emacs/lisp
Po Lu 48b5a770f2 Fix visiting and saving writable content provider files
* java/org/gnu/emacs/EmacsService.java (checkContentUri):
Improve debug output.
* lisp/files.el (basic-save-buffer): Check whether or not file
itself exists before checking for the existence of the directory
containing it.
* src/android.c (android_open): Don't forget to set errno after
open_content_uri fails.
2023-03-03 16:00:27 +08:00
..
2023-03-02 15:47:26 +01:00
2023-02-23 16:05:02 +01:00
2023-02-18 11:50:44 +08:00
2023-03-03 06:30:12 +01:00
2023-03-01 06:30:20 +01:00
2023-02-25 19:11:07 +08:00
2023-02-24 06:30:11 +01:00
2023-02-18 23:09:30 +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-01 05:08:22 +01:00
2023-03-02 20:45:02 +08:00
2023-02-18 23:09:30 +08:00
2023-02-18 23:09:30 +08:00
2023-03-02 06:30:15 +01:00
2023-02-19 11:38:09 +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.