Mercurial > emacs
changeset 93274:177806bc3b1b
(diary-face-attrs): Revert previous change to `weight' type. Fix
`height' regexp.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 27 Mar 2008 06:11:19 +0000 |
parents | c3bda68eeaa4 |
children | 12975334805f |
files | lisp/calendar/diary-lib.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/diary-lib.el Thu Mar 27 03:40:36 2008 +0000 +++ b/lisp/calendar/diary-lib.el Thu Mar 27 06:11:19 2008 +0000 @@ -84,8 +84,8 @@ (defcustom diary-face-attrs '((" *\\[foreground:\\([-a-z]+\\)\\]$" 1 :foreground string) (" *\\[background:\\([-a-z]+\\)\\]$" 1 :background string) - (" *\\[width:\\([-a-z]+\\)\\]$" 1 :width int) - (" *\\[height:\\([-0-9a-z]+\\)\\]$" 1 :height int) + (" *\\[width:\\([-a-z]+\\)\\]$" 1 :width symbol) + (" *\\[height:\\([.0-9]+\\)\\]$" 1 :height int) (" *\\[weight:\\([-a-z]+\\)\\]$" 1 :weight symbol) (" *\\[slant:\\([-a-z]+\\)\\]$" 1 :slant symbol) (" *\\[underline:\\([-a-z]+\\)\\]$" 1 :underline stringtnil)