Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5474:4dee0387b9de | 5475:248176c74e6b |
---|---|
239 (make-obsolete | 239 (make-obsolete |
240 'obsolete-throw | 240 'obsolete-throw |
241 "it says `obsolete' in the name, you know you shouldn't be using this.") | 241 "it says `obsolete' in the name, you know you shouldn't be using this.") |
242 | 242 |
243 (define-compatible-function-alias 'cl-mapc 'mapc) | 243 (define-compatible-function-alias 'cl-mapc 'mapc) |
244 | |
245 ;; Various non-XEmacs code can call this, because it used not be | |
246 ;; called automatically at dump time. | |
247 (define-function 'cl-float-limits 'ignore) | |
248 (make-obsolete 'cl-float-limits "this is called at dump time in 21.5 and \ | |
249 later, no need to call it in user code.") | |
244 | 250 |
245 ;; XEmacs; old compiler macros meant that this was called directly | 251 ;; XEmacs; old compiler macros meant that this was called directly |
246 ;; from compiled code, and we need to provide a version of it for a | 252 ;; from compiled code, and we need to provide a version of it for a |
247 ;; couple of years at least because of that. Aidan Kehoe, Mon Oct 4 | 253 ;; couple of years at least because of that. Aidan Kehoe, Mon Oct 4 |
248 ;; 12:06:41 IST 2010 | 254 ;; 12:06:41 IST 2010 |