changeset 56657:7d44c5003aa7

(forward-word): Allow 0 args.
author John Paul Wallington <jpw@pobox.com>
date Sat, 14 Aug 2004 10:00:37 +0000
parents 6148f99b2c9d
children d96987fed28e
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Sat Aug 14 01:12:08 2004 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Sat Aug 14 10:00:37 2004 +0000
@@ -2900,7 +2900,7 @@
 (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)