diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 27 14:05:50 2008 +0000
+++ b/lisp/ChangeLog	Sat Dec 27 16:02:25 2008 +0000
@@ -1,3 +1,10 @@
+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. 
+
 2008-12-27  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* loadup.el (load-history):