diff lisp/prim/subr.el @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents b9518feda344
children cf808b4c4290
line wrap: on
line diff
--- a/lisp/prim/subr.el	Mon Aug 13 09:05:11 2007 +0200
+++ b/lisp/prim/subr.el	Mon Aug 13 09:05:42 2007 +0200
@@ -92,7 +92,7 @@
 
 ;; XEmacs:
 (define-function 'not 'null)
-(define-function-when-void 'numberp 'intergerp) ; different when floats
+(define-function-when-void 'numberp 'integerp) ; different when floats
 
 (defun local-variable-if-set-p (sym buffer)
   "Return t if SYM would be local to BUFFER after it is set.