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

[no subject]



In zwei in System 78.44, ZMail 38.5, Experimental Tester 18.15, microcode 836, on Lisp Machine Twenty-two:

The following
(defun find-comment-lines-after-defun (zwei:section)
  (do (zwei:(line (line-next (section-node-defun-line section)) (line-next line))
	    (string ""))
Indents as above, rather than as
(defun find-comment-lines-after-defun (zwei:section)
  (do (zwei:(line (line-next (section-node-defun-line section)) (line-next line))
       (string ""))
Probably this is the same bug as c-m-f not going over package prefixes before opens.