diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-02-18 11:04:15 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-02-18 11:04:15 -0500 |
commit | ad6c1be9230ac8ed517a51778b586055edb952c3 (patch) | |
tree | ac42432f2893ee64c4fb91c6844afa663baf97da /etc | |
parent | 81d89d88aef5de720e7fbeecbfb295d6eaf6fd37 (diff) | |
download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |