Files
emacs/lisp
Alan Mackenzie 2fca889cfb CC Mode: Fontify int unsigned Foo;
This fixes bug#59953.  Foo now gets fontified when unsigned
comes after int.

* lisp/progmodes/cc-engine.el (c-forward-type): Refactor nested
`if' forms into a cond form.  Loop around matches for
c-opt-type-component-key, advancing over them.
2023-11-24 12:22:08 +00:00
..
2023-11-24 08:44:34 +08:00
2023-11-24 08:38:03 +08:00
2023-10-25 14:23:59 +02:00
2023-11-11 05:31:52 -05:00
2023-11-18 06:07:47 -05:00
2023-11-18 06:07:47 -05:00
2023-11-11 05:31:52 -05:00
2023-11-11 18:04:00 +08:00
2023-10-28 05:06:21 -04:00
2023-10-28 05:06:21 -04:00
2023-10-28 05:06:21 -04:00
2023-11-16 17:39:14 +08:00
2023-11-18 06:07:47 -05:00
2023-11-18 06:07:48 -05:00
2023-10-28 05:06:21 -04:00
2023-10-25 16:27:08 +02:00
2023-11-09 12:34:26 +01:00
2023-11-03 09:41:11 +02:00
2023-10-26 04:50:19 +00:00
2023-11-24 08:44:34 +08:00
2023-11-11 18:04:00 +08: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.