diff lisp/bytecomp.el @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents 558f606b08ae
children 182f72e8cd0d
line wrap: on
line diff
--- a/lisp/bytecomp.el	Mon Aug 13 10:38:47 2007 +0200
+++ b/lisp/bytecomp.el	Mon Aug 13 10:39:40 2007 +0200
@@ -3003,7 +3003,7 @@
 	  ((= len 4) (byte-compile-three-args form))
 	  (t (byte-compile-subr-wrong-args form "2-3")))))
 
-;; from Ben Wing <wing@666.com>: some inlined functions have extra
+;; from Ben Wing <ben@xemacs.org>: some inlined functions have extra
 ;; optional args added to them in XEmacs 19.12.  Changing the byte
 ;; interpreter to deal with these args would be wrong and cause
 ;; incompatibility, so we generate non-inlined calls for those cases.