Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: redundent arg computation Message-ID: <8909150058.AA09492@life.ai.mit.edu> Date: 15 Sep 89 00:56:17 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 5 Some of the functions in lisp.el -- forward-sexp, backward-sexp, forward-list, and backward-list -- specify "(interactive "p")" but then do "(or arg (setq arg 1))", which isn't necessary. < Stephen