1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(forward-word): Allow 0 args.

This commit is contained in:
John Paul Wallington 2004-08-14 10:01:55 +00:00
parent d48102cf5f
commit 78642e03de
2 changed files with 5 additions and 1 deletions

View 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.

View 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)