From 0ec6a7e50154db4797a86745ce31831bc2018b2d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 26 Nov 2008 10:46:21 +0000 Subject: [PATCH] Fix typo in previous commit. --- lisp/emacs-lisp/lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2