Mercurial > emacs
changeset 18722:3905119ebc75
(char-after): Allow 0 args.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 10 Jul 1997 10:55:23 +0000 |
parents | 3344829154b9 |
children | e8795ba48121 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Thu Jul 10 07:56:17 1997 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Thu Jul 10 10:55:23 1997 +0000 @@ -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 @@ (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)