aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLute Kamstra2005-06-17 09:42:29 +0000
committerLute Kamstra2005-06-17 09:42:29 +0000
commit06266fbb1e1269487bbdcfbac9ce25b4c944b4ac (patch)
tree8c91ab781f7a919a516b31830c4c41988d561c32
parentfa735daaabda51ee133fee08f0a72973e39f3a13 (diff)
downloademacs-06266fbb1e1269487bbdcfbac9ce25b4c944b4ac.tar.gz
emacs-06266fbb1e1269487bbdcfbac9ce25b4c944b4ac.zip
(mh-folder-body-face, mh-folder-cur-msg-face)
(mh-folder-cur-msg-number-face): New backward-compatibility aliases for renamed faces.
-rw-r--r--lisp/mh-e/ChangeLog6
-rw-r--r--lisp/mh-e/mh-customize.el12
2 files changed, 9 insertions, 9 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index aad03a33077..91d9e057263 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,9 @@
12005-06-17 Lute Kamstra <lute@gnu.org>
2
3 * mh-customize.el (mh-folder-body-face, mh-folder-cur-msg-face)
4 (mh-folder-cur-msg-number-face): New backward-compatibility
5 aliases for renamed faces.
6
12005-06-17 Miles Bader <miles@gnu.org> 72005-06-17 Miles Bader <miles@gnu.org>
2 8
3 * mh-customize.el (mh-folder-body, mh-folder-cur-msg) 9 * mh-customize.el (mh-folder-body, mh-folder-cur-msg)
diff --git a/lisp/mh-e/mh-customize.el b/lisp/mh-e/mh-customize.el
index 7aad0798ae0..5c13e8d93e6 100644
--- a/lisp/mh-e/mh-customize.el
+++ b/lisp/mh-e/mh-customize.el
@@ -2156,9 +2156,7 @@ will be removed from the unseen sequence."
2156 "Face used to highlight body text in MH-Folder buffers." 2156 "Face used to highlight body text in MH-Folder buffers."
2157 :group 'mh-folder-faces) 2157 :group 'mh-folder-faces)
2158;; backward-compatibility alias 2158;; backward-compatibility alias
2159(put 'mh-folder-body 'face-alias 'mh-folder-body) 2159(put 'mh-folder-body-face 'face-alias 'mh-folder-body)
2160;; backward-compatibility alias
2161(put ''mh-folder-body-face 'face-alias ''mh-folder-body)
2162 2160
2163(defvar mh-folder-cur-msg-face 'mh-folder-cur-msg 2161(defvar mh-folder-cur-msg-face 'mh-folder-cur-msg
2164 "Face used for the current message line in MH-Folder buffers.") 2162 "Face used for the current message line in MH-Folder buffers.")
@@ -2175,9 +2173,7 @@ will be removed from the unseen sequence."
2175 "Face used for the current message line in MH-Folder buffers." 2173 "Face used for the current message line in MH-Folder buffers."
2176 :group 'mh-folder-faces) 2174 :group 'mh-folder-faces)
2177;; backward-compatibility alias 2175;; backward-compatibility alias
2178(put 'mh-folder-cur-msg 'face-alias 'mh-folder-cur-msg) 2176(put 'mh-folder-cur-msg-face 'face-alias 'mh-folder-cur-msg)
2179;; backward-compatibility alias
2180(put ''mh-folder-cur-msg-face 'face-alias ''mh-folder-cur-msg)
2181 2177
2182(defvar mh-folder-cur-msg-number-face 'mh-folder-cur-msg-number 2178(defvar mh-folder-cur-msg-number-face 'mh-folder-cur-msg-number
2183 "Face used to highlight the current message in MH-Folder buffers.") 2179 "Face used to highlight the current message in MH-Folder buffers.")
@@ -2191,9 +2187,7 @@ will be removed from the unseen sequence."
2191 "Face used to highlight the current message in MH-Folder buffers." 2187 "Face used to highlight the current message in MH-Folder buffers."
2192 :group 'mh-folder-faces) 2188 :group 'mh-folder-faces)
2193;; backward-compatibility alias 2189;; backward-compatibility alias
2194(put 'mh-folder-cur-msg-number 'face-alias 'mh-folder-cur-msg-number) 2190(put 'mh-folder-cur-msg-number-face 'face-alias 'mh-folder-cur-msg-number)
2195;; backward-compatibility alias
2196(put ''mh-folder-cur-msg-number-face 'face-alias ''mh-folder-cur-msg-number)
2197 2191
2198(defvar mh-folder-date-face 'mh-folder-date 2192(defvar mh-folder-date-face 'mh-folder-date
2199 "Face used to highlight the date in MH-Folder buffers.") 2193 "Face used to highlight the date in MH-Folder buffers.")