Mercurial > hg > xemacs-beta
diff lisp/obsolete.el @ 5475:248176c74e6b
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sat, 23 Apr 2011 23:47:13 +0200 |
parents | ac37a5f7e5be 5f5d48053e86 |
children | 855b667dea13 |
line wrap: on
line diff
--- a/lisp/obsolete.el Tue Mar 29 00:02:47 2011 +0200 +++ b/lisp/obsolete.el Sat Apr 23 23:47:13 2011 +0200 @@ -242,6 +242,12 @@ (define-compatible-function-alias 'cl-mapc 'mapc) +;; Various non-XEmacs code can call this, because it used not be +;; called automatically at dump time. +(define-function 'cl-float-limits 'ignore) +(make-obsolete 'cl-float-limits "this is called at dump time in 21.5 and \ +later, no need to call it in user code.") + ;; XEmacs; old compiler macros meant that this was called directly ;; from compiled code, and we need to provide a version of it for a ;; couple of years at least because of that. Aidan Kehoe, Mon Oct 4