aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNicolas Richard2014-05-14 22:41:53 +0200
committerDavid Engster2014-05-14 22:41:53 +0200
commitec264fbb7cb99b193619db76a8d25a228634ffa3 (patch)
tree52d928aed5e8ec8f958b458ba06a52629e3bf839 /lisp/ChangeLog
parent34cba8e885f2ed1c0e9c805ad89b9464e0b5766a (diff)
downloademacs-ec264fbb7cb99b193619db76a8d25a228634ffa3.tar.gz
emacs-ec264fbb7cb99b193619db76a8d25a228634ffa3.zip
Deal with EIEIO methods without doc strings (Bug#17490).
* emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with methods which do not have a doc string. (Bug#17490)
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 c4df237a668..5ec35ffd14f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>
2
3 * emacs-lisp/eieio-opt.el (eieio-help-class): Correctly deal with
4 methods which do not have a doc string. (Bug#17490)
5
12014-05-14 Stephen Berman <stephen.berman@gmx.net> 62014-05-14 Stephen Berman <stephen.berman@gmx.net>
2 Stefan Monnier <monnier@iro.umontreal.ca> 7 Stefan Monnier <monnier@iro.umontreal.ca>
3 8