Mercurial > emacs
diff lisp/emacs-lisp/bytecomp.el @ 56657:7d44c5003aa7
(forward-word): Allow 0 args.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 14 Aug 2004 10:00:37 +0000 |
parents | 36284d653673 |
children | e9a116c0f176 b15f799f66b5 d8411455de48 |
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)