# HG changeset patch # User Juanma Barranquero # Date 1227696381 0 # Node ID b1b204eafe5444371caf52fd19e33d196cf2dd4d # Parent 42c2049ff2f6d03cc874323a2f6b7415e4d9d7d4 Fix typo in previous commit. diff -r 42c2049ff2f6 -r b1b204eafe54 lisp/emacs-lisp/lisp.el --- a/lisp/emacs-lisp/lisp.el Wed Nov 26 10:30:53 2008 +0000 +++ b/lisp/emacs-lisp/lisp.el Wed Nov 26 10:46:21 2008 +0000 @@ -53,7 +53,7 @@ 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)