summaryrefslogtreecommitdiff
path: root/lisp/custom.el
Commit message (Expand)AuthorAgeFilesLines
* Go back to not using custom-push-theme when enabling a themeMauro Aranda2020-11-061-2/+24
* custom-theme-set-variables more resilient against removed librariesLars Ingebrigtsen2020-11-011-1/+4
* Preserve user customizations after disabling a themeMauro Aranda2020-09-051-6/+15
* Keep the user theme in sync when marking a variable as setMauro Aranda2020-08-271-0/+3
* * lisp/custom.el (custom-add-choice): Fix previous commit.Juri Linkov2020-08-091-2/+2
* Add new utility function custom-add-choiceLars Ingebrigtsen2020-08-081-0/+14
* Fix saving multiple themesMauro Aranda2020-01-111-1/+1
* Fix reverting customizationsEli Zaretskii2020-01-011-1/+4
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Correct small misprint in defcustom's docstringFilipp Gunbin2019-11-251-1/+1
* Fix load-theme bug with user-emacs-directoryPaul Eggert2019-09-011-0/+1
* Doc string clarification for defcustomLars Ingebrigtsen2019-08-011-0/+5
* Add :local specifier to defcustomJuanma Barranquero2019-06-271-0/+8
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * lisp/custom.el: Avoid adding vars to load-history multiple timesStefan Monnier2019-05-061-10/+11
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Minor custom.el simplificationsBasil L. Contovounesios2018-07-131-57/+46
* | * lisp/custom.el: Use lexical-bindingBasil L. Contovounesios2018-07-131-25/+25
* | Fix custom-available-themes file expansionBasil L. Contovounesios2018-07-131-10/+16
* | Improve loading of byte-compiled custom themesBasil L. Contovounesios2018-07-131-37/+41
* | Apply non-user themes only when askedDaniel Colascione2018-06-161-4/+11
* | Clarify that enabling a theme does not disable other themesDaniel Colascione2018-06-121-2/+11
|/
* * lisp/custom.el (defcustom): Fix docstring (Bug#27891).Noam Postavsky2018-01-301-1/+2
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; * lisp/custom.el: Comments.Glenn Morris2017-02-211-2/+9
* Tweak recent custom-reevaluate-setting changeGlenn Morris2017-02-211-11/+7
* Ensure delayed-init custom variables get marked specialGlenn Morris2017-02-201-3/+11
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Grammar fix in doc stringWieland Hoffmann2016-02-211-1/+1
* * lisp/custom.el (defface): Revert indentation change. (Bug#22524)Leo Liu2016-02-051-2/+1
* * lisp/custom.el (defcustom): Doc fix.Glenn Morris2016-01-281-0/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/custom.el (custom-declare-variable): Shorten code againArtur Malabarba2015-10-251-8/+7
* Revert commit that broke 'make bootstrap'Paul Eggert2015-10-251-23/+34
* * lisp/custom.el (custom-declare-variable): Shorten code a bitArtur Malabarba2015-10-251-34/+23
* * custom.el (custom-theme-load-path): Demote to defvarArtur Malabarba2015-10-161-8/+6
* lisp/custom.el (load-theme): Only compute hash when neededMark Oteiza2015-09-151-5/+4
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-6/+6
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-161-6/+6
* * lisp/custom.el (custom-declare-group): No need to purecopyGlenn Morris2015-04-211-2/+1
* lisp/custom.el (defface): Set indent to 1.Oleh Krehel2015-01-301-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Recommend not modifying :set's value arg in defcustom (bug#16755).Juanma Barranquero2014-03-191-3/+4
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* Don't make faces when loading Custom themes.Chong Yidong2013-12-211-4/+7
* Doc fixes for face functions.Chong Yidong2013-12-211-2/+2