]> git.eshelyaron.com Git - emacs.git/commitdiff
(char-after): Allow 0 args.
authorRichard M. Stallman <rms@gnu.org>
Thu, 10 Jul 1997 10:55:23 +0000 (10:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 10 Jul 1997 10:55:23 +0000 (10:55 +0000)
lisp/emacs-lisp/bytecomp.el

index 0a4d932b73ce498d1315e9634a0c817e27729cb3..d0699aefe11d1a2c072d19ece6fc5e4b83c5ea9d 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.29 $")
+(defconst byte-compile-version "$Revision: 2.30 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -2332,7 +2332,7 @@ If FORM is a lambda or a macro, byte-compile it as a function."
 (byte-defop-compiler (1+ byte-add1)    1)
 (byte-defop-compiler (1- byte-sub1)    1)
 (byte-defop-compiler goto-char         1)
-(byte-defop-compiler char-after                1)
+(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)