aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-04 06:15:41 +0000
committerDan Nicolaescu2009-11-04 06:15:41 +0000
commitf6195dfb584f77aa8d156cdbb21755c42bc5e98f (patch)
treef20f1b14cf85be6642f81983bcfaa2b368b35e11 /lisp/ChangeLog
parent601dd9a3a99ed7433e16164ee291f5cb05254594 (diff)
downloademacs-f6195dfb584f77aa8d156cdbb21755c42bc5e98f.tar.gz
emacs-f6195dfb584f77aa8d156cdbb21755c42bc5e98f.zip
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
* make-docfile.c (scan_lisp_file): Also look for `defvaralias'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 194fdfdd915..a5e762d0210 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-11-03 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4
12009-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 52009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * descr-text.el: Require help-mode rather than help-fns (bug#4861). 7 * descr-text.el: Require help-mode rather than help-fns (bug#4861).