annotate src/m/README @ 48951:d77bc55dd27b

(custom-known-themes): New variable. (custom-declare-theme): New function. (deftheme): New macro. (custom-make-theme-feature): New function. (custom-theme-p): New function. (custom-check-theme): New function. (custom-push-theme): New function. (custom-theme-set-variables): Take themes into account. (custom-loaded-themes): New variable. (custom-theme-loaded-p): New function. (provide-theme): New function. (require-theme): New function. (custom-remove-theme): New function. (custom-do-theme-reset): New function. (custom-theme-load-themes): New function. (custom-load-themes): New function. (custom-theme-value): New function. (custom-theme-variable-value): New function. (custom-theme-reset-internal): New function. (custom-theme-reset-variables): New function. (custom-reset-variables): New function.
author Richard M. Stallman <rms@gnu.org>
date Mon, 23 Dec 2002 18:40:55 +0000
parents 61793eeb4b68
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25834
Dave Love <fx@gnu.org>
parents:
diff changeset
1 This directory contains C header files containing machine-specific
Dave Love <fx@gnu.org>
parents:
diff changeset
2 definitions. Each file describes a particular machine. The emacs
Dave Love <fx@gnu.org>
parents:
diff changeset
3 configuration script edits ../config.h to include the appropriate one of
Dave Love <fx@gnu.org>
parents:
diff changeset
4 these files, and then each emacs source file includes config.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
5
Dave Love <fx@gnu.org>
parents:
diff changeset
6 template.h is a generic template for machine descriptions; it
Dave Love <fx@gnu.org>
parents:
diff changeset
7 describes the parameters a machine file can specify.