aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2011-12-08 08:23:43 -0500
committerStefan Monnier <[email protected]>2011-12-08 08:23:43 -0500
commit98449af85cfedd241576e35e15d523e38e472c3b (patch)
tree4677e363afc8067591e0c6eda7d05228c756b0d0 /lisp/ChangeLog
parentb09d01daefabb424b0a02b2ae364f29064ddfd9d (diff)
* lisp/emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt.
Fixes: debbugs:10244
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f27ed2abb6..828d67fc37 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2011-12-08 Stefan Monnier <[email protected]>
+ * emacs-lisp/lisp-mode.el (defmethod): Add doc-string-elt (bug#10244).
+
* pcmpl-gnu.el: Don't fail when there is no Makefile nor -f arg.
(pcmpl-gnu-makefile-regexps): Accept "makefile" as well as files that
end in ".mk".