aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-05-22 00:50:30 -0700
committerGlenn Morris2013-05-22 00:50:30 -0700
commitca5995ecca6b6bb281dd548d7cc2c5582fa635b9 (patch)
tree69aca76436de3f9366394c78731fe06aacd8b986 /lisp/ChangeLog
parentaf7422480399d1b58e778c5d25891b70cb1f43ed (diff)
downloademacs-ca5995ecca6b6bb281dd548d7cc2c5582fa635b9.tar.gz
emacs-ca5995ecca6b6bb281dd548d7cc2c5582fa635b9.zip
Tweak byte-compile-file-form-autoload warnings
* emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Always delete the autoloaded function from the noruntime and unresolved functions lists.
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 0e3fbb89976..f0c1bcb7a8b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12013-05-22 Glenn Morris <rgm@gnu.org> 12013-05-22 Glenn Morris <rgm@gnu.org>
2 2
3 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
4 Always delete the autoloaded function from the noruntime and
5 unresolved functions lists.
6
3 * allout.el: No need to load epa, epg, overlay when compiling. 7 * allout.el: No need to load epa, epg, overlay when compiling.
4 (epg-context-set-passphrase-callback, epg-list-keys) 8 (epg-context-set-passphrase-callback, epg-list-keys)
5 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string) 9 (epg-decrypt-string, epg-encrypt-string, epg-user-id-string)