Matt Swift <[EMAIL PROTECTED]> writes: > I'm getting the following error sometimes at `kill-emacs'. This is a > backtrace.
[...] > Debugger entered--Lisp error: (wrong-type-argument integerp nil) > char-equal(nil 63) > (or (char-equal (funcall ... last-input-event) 63) (char-equal (funcall ... > last-input-event) 9) (char-equal (funcall ... last-input-event) 32)) > (and (functionp (quote event-to-character)) (not (event-modifiers > last-input-event)) (or (char-equal ... 63) (char-equal ... 9) (char-equal ... 32))) Oops. It shouldn't go here in case of Emacs (but XEmacs). Fixed in CVS. Thanx for the bug report, and best regards, Michael. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
