# HG changeset patch # User Richard M. Stallman # Date 718135397 0 # Node ID ab73b8d8243cda59b5c94b708c31ace2533254ff # Parent b825fe93c82693f0a7adac4decc0554db2ac08e3 Dox fix. diff -r b825fe93c826 -r ab73b8d8243c lisp/emacs-lisp/backquote.el --- a/lisp/emacs-lisp/backquote.el Sat Oct 03 17:56:40 1992 +0000 +++ b/lisp/emacs-lisp/backquote.el Sat Oct 03 18:03:17 1992 +0000 @@ -195,9 +195,6 @@ ;;; 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)