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:
parent
d48102cf5f
commit
78642e03de
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user