aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-10-29 17:55:57 +0800
committerChong Yidong <[email protected]>2012-10-29 17:55:57 +0800
commit894b9dd938ca50ca24faf2e366631a9ab9cd79b7 (patch)
tree1a451459074a5488218c4a3607ee9b6dbe4935c1 /lisp/ChangeLog
parentd55911cf1de25091a072642f8ef8dd3d1f4e47b8 (diff)
Manage face-remapping-alist properly in face-remap-add-relative.
* face-remap.el (face-remap-add-relative): Handle the case where a face-remapping-alist entry is a cons cell. Fixes: debbugs:12762
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76cc7e5286..093d392d7d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-10-29 Chong Yidong <[email protected]>
+
+ * face-remap.el (face-remap-add-relative): Handle the case where a
+ face-remapping-alist entry is a cons cell (Bug#12762).
+
2012-10-29 Glenn Morris <[email protected]>
* emacs-lisp/cl.el (defsetf): Doc fix.