Mercurial > emacs
changeset 1330:ab73b8d8243c
Dox fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Oct 1992 18:03:17 +0000 |
parents | b825fe93c826 |
children | dd2c33afcef2 |
files | lisp/emacs-lisp/backquote.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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)