summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-02-18 11:04:15 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2015-02-18 11:04:15 -0500
commitad6c1be9230ac8ed517a51778b586055edb952c3 (patch)
treeac42432f2893ee64c4fb91c6844afa663baf97da /etc
parent81d89d88aef5de720e7fbeecbfb295d6eaf6fd37 (diff)
downloademacs-ad6c1be9230ac8ed517a51778b586055edb952c3.tar.gz
* lisp/emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus
assumptions about window ordering.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0295245d120..f359f9168b2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -235,6 +235,7 @@ If you need your objects to be named, do it by inheriting from `eieio-named'.
*** The <class> variables are declared obsolete.
*** The <initarg> variables are declared obsolete.
*** defgeneric and defmethod are declared obsolete.
+*** `constructor' is now an obsolete alias for `make-instance'.
** ido
*** New command `ido-bury-buffer-at-head' bound to C-S-b