aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-08-31 01:34:13 +0000
committerGlenn Morris2009-08-31 01:34:13 +0000
commit197b67b127d423c06802ee89277937a62a95aadb (patch)
treee040f19947d1397b6785b72e355469f78b26db92
parente7d3b898346078328656a13925f6d7a6c92dd3ac (diff)
downloademacs-197b67b127d423c06802ee89277937a62a95aadb.tar.gz
emacs-197b67b127d423c06802ee89277937a62a95aadb.zip
Mention define-obsolete-face-alias.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 619b5b6a72a..8f8ce56cdf3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -224,6 +224,9 @@ ucs-normalize-HFS-NFC-region, ucs-normalize-HFS-NFC-string.
224** completion-annotate-function specifies how to compute annotations 224** completion-annotate-function specifies how to compute annotations
225for completions displayed in *Completions*. 225for completions displayed in *Completions*.
226 226
227** Face aliases can now be marked as obsolete, using the macro
228`define-obsolete-face-alias'.
229
227 230
228* Installation Changes in Emacs 23.1 231* Installation Changes in Emacs 23.1
229 232