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

[no subject]



There seems to be some display bug.  If I have a line in lisp mode as follows:

(defun foo ())

when I un-kill a function body between the last two left parens, it is displayed
as

(defun foo ())
    (body))

Note the extra left paren left in the first line.  If I then go to the end of that
line, rubout deletes both, ctl-d deletes the last paren and the following carriage
return, and ctl-l doen't affect it