* src/lisp.h (FOR_EACH_TAIL): New macro.
[bpt/emacs.git] / src / ChangeLog
index c88f48a..2a4da67 100644 (file)
@@ -1,5 +1,8 @@
 2013-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * lisp.h (FOR_EACH_TAIL): New macro.
+       * fns.c (Fdelq): Use it to avoid inf-loops; remove QUIT.
+
        * window.c (select_window): Call second wset_redisplay before we change
        selected_window (bug#16034).