From: Juanma Barranquero Date: Wed, 26 Nov 2008 10:46:21 +0000 (+0000) Subject: Fix typo in previous commit. X-Git-Tag: emacs-pretest-23.0.90~1499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ec6a7e50154db4797a86745ce31831bc2018b2d;p=emacs.git Fix typo in previous commit. --- diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el index 0000b2e1976..1189ff3e2a4 100644 --- a/lisp/emacs-lisp/lisp.el +++ b/lisp/emacs-lisp/lisp.el @@ -53,7 +53,7 @@ Should take the same arguments and behave similarly to `forward-sexp'.") With ARG, do it that many times. Negative arg -N means move backward across N balanced expressions. This command assumes point is not in a string or comment." - (Interactive "p") + (interactive "p") (or arg (setq arg 1)) (if forward-sexp-function (funcall forward-sexp-function arg)