Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
90 ;;;; Obsolescent names for functions. | 90 ;;;; Obsolescent names for functions. |
91 ;; XEmacs: not used. | 91 ;; XEmacs: not used. |
92 | 92 |
93 ;; XEmacs: | 93 ;; XEmacs: |
94 (define-function 'not 'null) | 94 (define-function 'not 'null) |
95 (define-function-when-void 'numberp 'intergerp) ; different when floats | 95 (define-function-when-void 'numberp 'integerp) ; different when floats |
96 | 96 |
97 (defun local-variable-if-set-p (sym buffer) | 97 (defun local-variable-if-set-p (sym buffer) |
98 "Return t if SYM would be local to BUFFER after it is set. | 98 "Return t if SYM would be local to BUFFER after it is set. |
99 A nil value for BUFFER is *not* the same as (current-buffer), but | 99 A nil value for BUFFER is *not* the same as (current-buffer), but |
100 can be used to determine whether `make-variable-buffer-local' has been | 100 can be used to determine whether `make-variable-buffer-local' has been |