From 78642e03de5db7d943198e4f6b52e98a1704360e Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 14 Aug 2004 10:01:55 +0000 Subject: [PATCH] (forward-word): Allow 0 args. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/bytecomp.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2645cdbefa3..c0caca8e94e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-08-14 John Paul Wallington + + * emacs-lisp/bytecomp.el (forward-word): Allow 0 args. + 2004-08-11 Daniel Pfeiffer * speedbar.el (speedbar-scan-subdirs): New option. diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index a4ae751cab7..0a12f6fae9f 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2900,7 +2900,7 @@ If FORM is a lambda or a macro, byte-compile it as a function." (byte-defop-compiler char-after 0-1) (byte-defop-compiler set-buffer 1) ;;(byte-defop-compiler set-mark 1) ;; obsolete -(byte-defop-compiler19 forward-word 1) +(byte-defop-compiler19 forward-word 0-1) (byte-defop-compiler19 char-syntax 1) (byte-defop-compiler19 nreverse 1) (byte-defop-compiler19 car-safe 1) -- 2.39.2