From 7f99ce5270134d3c1107d90f3a7556f95beca991 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 17 Mar 2006 06:58:15 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ lisp/textmodes/org.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3b7ec8be472..64a8f33cb2d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-17 Carsten Dominik + + * textmodes/org.el (org-read-date): Include subgroup 5 into + replacement text. + 2006-03-17 Nick Roberts * progmodes/gdb-ui.el (gud-watch): Provide completion. diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 53adbea7833..c16686a169b 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el @@ -1746,7 +1746,7 @@ Changing this variable requires a restart of Emacs to take effect." (((type tty) (class color)) (:foreground "white")) (((class color) (background light)) (:foreground "white")) (((class color) (background dark)) (:foreground "black")) -; (((class color) (backgro6und light)) (:foreground "grey90")) +; (((class color) (background light)) (:foreground "grey90")) ; (((class color) (background dark)) (:foreground "grey10")) (t (:inverse-video nil))) "Face used for level 1 headlines." -- 2.39.2