]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-word): Allow 0 args.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 10:01:55 +0000 (10:01 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 14 Aug 2004 10:01:55 +0000 (10:01 +0000)
lisp/ChangeLog
lisp/emacs-lisp/bytecomp.el

index 2645cdbefa357a6e37ecbe2aa529d8afb0747d8a..c0caca8e94e2c637e783dc1715514c87c912249e 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-14  John Paul Wallington  <jpw@gnu.org>
+
+       * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
+
 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * speedbar.el (speedbar-scan-subdirs): New option.
index a4ae751cab75dba49f26f0871094ec54bb0aaf74..0a12f6fae9f7bf6c9d1ede72abee74d58f296fe9 100644 (file)
@@ -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)