APPROVE COMMIT
NOTE: This patch has been committed.
xemacs-packages/xemacs-devel/ChangeLog addition:
2011-02-26 Aidan Kehoe <kehoea(a)parhasard.net>
* profile.el (profile-results):
Use `remq', not `delq' when checking whether
internal-error-checking has elements other than `quick-build'. As
it happens, `delq' worked, because `quick-build' was always at the
head of the list, but it's not helpful to rely on that.
XEmacs Packages source patch:
Diff command: cvs -q diff -Nu
Files affected: xemacs-packages/xemacs-devel/profile.el
Index: xemacs-packages/xemacs-devel/profile.el
===================================================================
RCS file: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/xemacs-devel/profile.el,v
retrieving revision 1.12
diff -u -r1.12 profile.el
--- xemacs-packages/xemacs-devel/profile.el 7 Dec 2004 01:58:52 -0000 1.12
+++ xemacs-packages/xemacs-devel/profile.el 26 Feb 2011 19:53:06 -0000
@@ -262,7 +262,7 @@
One tick = %g ms\n"
(/ default-profiling-interval 1000.0)))
(and (boundp 'internal-error-checking)
- (delq 'quick-build internal-error-checking)
+ (remq 'quick-build internal-error-checking)
(princ "
WARNING: Error checking is turned on in this XEmacs. This might make
the measurements very unreliable.\n"))))))
--
¿Dónde estará ahora mi sobrino Yoghurtu Nghe, que tuvo que huir
precipitadamente de la aldea por culpa de la escasez de rinocerontes?
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches