Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4540:7e01763ea656
Correct a misunderstanding of the semantics of #'return in #'symbol-file.
2008-12-27 Aidan Kehoe <kehoea@parhasard.net>
* loadhist.el (symbol-file):
Use #'defun*, not #'defun, to allow the checks for autoloaded
functions and variables to call #'return-from correctly. Use
#'return-from instead of #'return throughout the function.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 27 Dec 2008 16:02:25 +0000 |
parents | 061e030e3270 |
children | 44129f301385 |
comparison
equal
deleted
inserted
replaced
4539:061e030e3270 | 4540:7e01763ea656 |
---|---|
1 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * loadhist.el (symbol-file): | |
4 Use #'defun*, not #'defun, to allow the checks for autoloaded | |
5 functions and variables to call #'return-from correctly. Use | |
6 #'return-from instead of #'return throughout the function. | |
7 | |
1 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> | 8 2008-12-27 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * loadup.el (load-history): | 10 * loadup.el (load-history): |
4 Add the contents of current-load-list to load-history before | 11 Add the contents of current-load-list to load-history before |
5 clearing it. Move the variable declarations earlier in the file to | 12 clearing it. Move the variable declarations earlier in the file to |