QUERY
No need to revert, but this should be discussed.
>>>> "SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
+ * cl-extra.el (cl-do-prettyprint): Work around a "formatting" bug
+ in `report-xemacs-bug'.
Strictly speaking this isn't a workaround, it fixes a parsing bug in
cl-do-prettyprint.
+ (let ((skip (or (looking-at "((")
+ (looking-at "(prog[nv12\\(ress-feedback\\|n-with-message\\)]")
`progress-feedback' is not a control structure, so I don't think it
belongs in here.
Ie, normally progress-feedback and its argument are going to appear on
one line, and when they don't, they should appear as
(progress-feedback
"format-string")
not
(progress-feedback
"format-string")
Opinions?
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.