Mercurial > emacs
changeset 99959:b1b204eafe54
Fix typo in previous commit.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 26 Nov 2008 10:46:21 +0000 |
parents | 42c2049ff2f6 |
children | eff40549740c |
files | lisp/emacs-lisp/lisp.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)