Mercurial > emacs
annotate src/m/xtensa.h @ 111018:de901820e0bc
Allow Custom settings to be migrated into a custom theme.
* cus-theme.el (custom-theme--migrate-settings): New var.
(customize-create-theme): Allow editing the `user' theme.
(custom-theme-add-variable, custom-theme-add-var-1)
(custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
to the front of each variable or face widget.
(custom-theme-write): Save theme settings in the correct order.
Optionally, remove saved settings from user customizations.
(custom-theme-write-variables, custom-theme-write-faces): Saved
only the checked widgets.
(customize-themes): Add a link for migrating custom settings.
* custom.el (custom-declare-theme, provide-theme): Use
custom-theme-name-valid-p.
(custom-theme-name-valid-p): Remove checks that are now
unnecessary since themes no longer obey load-path.
* cus-edit.el (custom-variable-value-create): For the simple
style, hide documentation string when hidden.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Oct 2010 20:00:34 -0400 |
parents | 470bed744331 |
children |
rev | line source |
---|---|
76149
75b3a340972a
* configure.in (xtensa-*-linux-gnu*): New configuration.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
1 /* Machine description file for Tensilica Xtensa. |
75b3a340972a
* configure.in (xtensa-*-linux-gnu*): New configuration.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
2 |
76211
8447b0b1b72e
No need for a license in such a trivial file (also, should have been
Glenn Morris <rgm@gnu.org>
parents:
76161
diff
changeset
|
3 Add a license notice if this grows to > 10 lines of code. */ |
76149
75b3a340972a
* configure.in (xtensa-*-linux-gnu*): New configuration.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
diff
changeset
|
4 |
76161 | 5 /* arch-tag: fe5872de-d565-4d81-8fe0-ea19865b3e6a |
6 (do not change this comment) */ |