emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master updated (01dbf2a -> 1013e03)


From: Stefan Monnier
Subject: [Emacs-diffs] master updated (01dbf2a -> 1013e03)
Date: Fri, 13 Jul 2018 11:40:02 -0400 (EDT)

monnier pushed a change to branch master.

      from  01dbf2a   Speed up smerge-refine-regions by avoiding fsync
       new  82e19fe   Improve loading of byte-compiled custom themes
       new  530aa46   Disable no-byte-compile in built-in themes
       new  70d702d   Fix custom-available-themes file expansion
       new  5c3db91   * lisp/custom.el: Use lexical-binding
       new  feb6863   * lisp/cus-theme.el: Use lexical-binding
       new  b16f080   Minor custom.el simplifications
       new  34eba3e   Minor cus-theme.el simplifications
       new  1013e03   Tweak subr-x.el substring functions


Summary of changes:
 etc/themes/adwaita-theme.el          |   4 -
 etc/themes/deeper-blue-theme.el      |   4 -
 etc/themes/dichromacy-theme.el       |   4 -
 etc/themes/leuven-theme.el           |   1 -
 etc/themes/light-blue-theme.el       |   4 -
 etc/themes/manoj-dark-theme.el       |   4 -
 etc/themes/misterioso-theme.el       |   4 -
 etc/themes/tango-dark-theme.el       |   4 -
 etc/themes/tango-theme.el            |   4 -
 etc/themes/tsdh-dark-theme.el        |   4 -
 etc/themes/tsdh-light-theme.el       |   5 -
 etc/themes/wheatgrass-theme.el       |   4 -
 etc/themes/whiteboard-theme.el       |   4 -
 etc/themes/wombat-theme.el           |   4 -
 lisp/cus-theme.el                    |  63 ++++-----
 lisp/custom.el                       | 257 +++++++++++++++++------------------
 lisp/emacs-lisp/subr-x.el            |  12 +-
 test/lisp/custom-tests.el            |  87 ++++++++++++
 test/lisp/emacs-lisp/subr-x-tests.el |  47 +++++++
 19 files changed, 298 insertions(+), 222 deletions(-)
 create mode 100644 test/lisp/custom-tests.el



reply via email to

[Prev in Thread] Current Thread [Next in Thread]