bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#36552: 25.1; lisp tagbody indentation not working


From: Lars Ingebrigtsen
Subject: bug#36552: 25.1; lisp tagbody indentation not working
Date: Tue, 09 Jul 2019 00:07:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Ryan Brown <ryan@derivita.com> writes:

> -          (cond ((and tail (not (consp tem)))
> +          (cond ((and tail (not (or (consp tem) (symbolp tem))))

Thanks.  I was, however, unable to see any difference in how PROG was
indented.  Do you have a test case, starting from emacs -Q that displays
the problem and that's fixed by this patch?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]