1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
This commit is contained in:
Richard M. Stallman 1992-10-03 18:03:17 +00:00
parent a864e33e0a
commit af36339a34

View File

@ -195,9 +195,6 @@ See backquote.el for details"
;;; This maintains the invariant that (cons state tailmaker) is the
;;; maker for the elements of the tail we've eaten so far.
(defun bq-iterative-list-builder (form)
"Adds a new item form to tailmaker changing state if need be, so tailmaker
and state constitute a recipe for making the list so far. Called by
`bq-make-maker'."
(cond ((atom form)
(funcall (bq-cadr (assq state bq-quotefns)) form))
((memq (car form) backquote-unquote)