Mercurial > emacs
changeset 111020:9d2f59f15c3e
Fix a misleading widget message in the last checkin.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Oct 2010 20:05:20 -0400 |
parents | 615617bd614d |
children | 7aa9d9b402c8 |
files | lisp/cus-theme.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-theme.el Sun Oct 17 00:04:06 2010 +0000 +++ b/lisp/cus-theme.el Sat Oct 16 20:05:20 2010 -0400 @@ -147,7 +147,7 @@ (widget-toggle-action widget event) (setq custom-theme--migrate-settings (widget-value widget))))) - (widget-insert (propertize " Remove these settings from the Custom save file." + (widget-insert (propertize " Remove saved theme settings from Custom save file." 'face '(variable-pitch (:height 0.9))))) (let (vars values faces face-specs)