diff lisp/bytecomp.el @ 2217:701dcae521bd

[xemacs-hg @ 2004-08-13 21:19:14 by james] Specify the correct number of args to forward-word.
author james
date Fri, 13 Aug 2004 21:19:15 +0000
parents 3776a1115180
children adecfd791c9b
line wrap: on
line diff
--- a/lisp/bytecomp.el	Fri Aug 13 20:55:31 2004 +0000
+++ b/lisp/bytecomp.el	Fri Aug 13 21:19:15 2004 +0000
@@ -2956,7 +2956,7 @@
 (byte-defop-compiler char-after		0-1+1)
 (byte-defop-compiler set-buffer		1)
 ;;(byte-defop-compiler set-mark		1) ;; obsolete
-(byte-defop-compiler forward-word	1+1)
+(byte-defop-compiler forward-word	0-1+1)
 (byte-defop-compiler char-syntax	1+1)
 (byte-defop-compiler nreverse		1)
 (byte-defop-compiler car-safe		1)