Mercurial > hg > xemacs-beta
comparison lisp/prim/subr.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | b82b59fe008d |
children | 441bb1e64a06 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
89 ;;;; Obsolescent names for functions. | 89 ;;;; Obsolescent names for functions. |
90 ;; XEmacs: not used. | 90 ;; XEmacs: not used. |
91 | 91 |
92 ;; XEmacs: | 92 ;; XEmacs: |
93 (define-function 'not 'null) | 93 (define-function 'not 'null) |
94 (define-function-when-void 'numberp 'intergerp) ; different when floats | 94 (define-function-when-void 'numberp 'integerp) ; different when floats |
95 | 95 |
96 (defun local-variable-if-set-p (sym buffer) | 96 (defun local-variable-if-set-p (sym buffer) |
97 "Return t if SYM would be local to BUFFER after it is set. | 97 "Return t if SYM would be local to BUFFER after it is set. |
98 A nil value for BUFFER is *not* the same as (current-buffer), but | 98 A nil value for BUFFER is *not* the same as (current-buffer), but |
99 can be used to determine whether `make-variable-buffer-local' has been | 99 can be used to determine whether `make-variable-buffer-local' has been |