diff options
| author | Glenn Morris | 2009-09-05 19:10:37 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-05 19:10:37 +0000 |
| commit | 3f12e5bd4c9bd9b849c5a2ff50a5a2b97500c82e (patch) | |
| tree | 8eef88dc895f38fc8b39759ccc62f604e685997a /lisp/ChangeLog | |
| parent | 604f2fc044f69760c78ae7948f2e35d025113d00 (diff) | |
| download | emacs-3f12e5bd4c9bd9b849c5a2ff50a5a2b97500c82e.tar.gz emacs-3f12e5bd4c9bd9b849c5a2ff50a5a2b97500c82e.zip | |
(emacs-lisp-file-regexp): Doc fix.
(byte-compile-dest-file-function): New option.
(byte-compile-dest-file): Doc fix. Obey byte-compile-dest-file-function.
(byte-compile-cl-file-p): New function.
(byte-compile-eval): Only suppress noruntime warnings about cl functions
if the cl-functions warning is enabled. Use byte-compile-cl-file-p.
(byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
than for file being previously loaded.
(byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
(byte-compile-file-form-require): Handle the case where requiring a file
indirectly causes CL to be loaded.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d5200e5ddf..7b5dc9afe5c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-09-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix. | ||
| 4 | (byte-compile-dest-file-function): New option. | ||
| 5 | (byte-compile-dest-file): Doc fix. | ||
| 6 | Obey byte-compile-dest-file-function. | ||
| 7 | (byte-compile-cl-file-p): New function. | ||
| 8 | (byte-compile-eval): Only suppress noruntime warnings about cl functions | ||
| 9 | if the cl-functions warning is enabled. Use byte-compile-cl-file-p. | ||
| 10 | (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather | ||
| 11 | than for file being previously loaded. | ||
| 12 | (byte-compile-find-cl-functions): Use byte-compile-cl-file-p. | ||
| 13 | (byte-compile-file-form-require): Handle the case where requiring a file | ||
| 14 | indirectly causes CL to be loaded. | ||
| 15 | |||
| 1 | 2009-09-05 Karl Fogel <kfogel@red-bean.com> | 16 | 2009-09-05 Karl Fogel <kfogel@red-bean.com> |
| 2 | 17 | ||
| 3 | * files.el (find-alternate-file): Run `kill-buffer-hook' manually | 18 | * files.el (find-alternate-file): Run `kill-buffer-hook' manually |