diff lisp/ChangeLog @ 5017:d6368048cd8c

remove bogus usage of annotations from help.el -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-02-08 Ben Wing <ben@xemacs.org> * help.el (describe-function-1): Don't use compiled-function-annotation to retrieve the file name for a function since it doesn't provide this info and load-history already does provide it.
author Ben Wing <ben@xemacs.org>
date Mon, 08 Feb 2010 21:35:50 -0600
parents b46c89ccbed3
children eadd99984bfb
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Feb 08 21:28:57 2010 -0600
+++ b/lisp/ChangeLog	Mon Feb 08 21:35:50 2010 -0600
@@ -1,3 +1,10 @@
+2010-02-08  Ben Wing  <ben@xemacs.org>
+
+	* help.el (describe-function-1):
+	Don't use compiled-function-annotation to retrieve the file name
+	for a function since it doesn't provide this info and load-history
+	already does provide it.
+
 2010-02-06  Ben Wing  <ben@xemacs.org>
 
 	* unicode.el: