aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-04-23 02:04:54 +0800
committerChong Yidong2012-04-23 02:04:54 +0800
commiteeddc5310ac04e9f5a0cce072f378ff5c76dae65 (patch)
tree327922c0cbb228705f42d4951d5b21130c8ba2af /etc
parentc2d1019e3540ffcace2cd72d46a1e85958c4d584 (diff)
downloademacs-eeddc5310ac04e9f5a0cce072f378ff5c76dae65.tar.gz
emacs-eeddc5310ac04e9f5a0cce072f378ff5c76dae65.zip
* faces.el (face-spec-set): Stop supporting deprecated form of third arg.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3b53f9df97a..e728002230c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -138,6 +138,9 @@ Only variables defined using `defcustom' are considered user options.
138The function `user-variable-p' is now an obsolete alias for 138The function `user-variable-p' is now an obsolete alias for
139`custom-variable-p'. 139`custom-variable-p'.
140 140
141** `face-spec-set' no longer sets frame-specific attributes when the
142third argument is a frame (that usage was obsolete since Emacs 22.2).
143
141 144
142* Lisp changes in Emacs 24.2 145* Lisp changes in Emacs 24.2
143 146