(forward-word): Allow 0 args.
This commit is contained in:
parent
d48102cf5f
commit
78642e03de
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue