Mercurial > hg > xemacs-beta
comparison lisp/obsolete.el @ 4998:b46c89ccbed3
Merge.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 06 Feb 2010 12:28:19 +0000 |
parents | c17c857e20bf |
children | dc94bf0afa37 |
comparison
equal
deleted
inserted
replaced
4994:76af7fc13e81 | 4998:b46c89ccbed3 |
---|---|
409 | 409 |
410 (make-obsolete | 410 (make-obsolete |
411 'obsolete-throw | 411 'obsolete-throw |
412 "it says `obsolete' in the name, you know you shouldn't be using this.") | 412 "it says `obsolete' in the name, you know you shouldn't be using this.") |
413 | 413 |
414 (define-compatible-function-alias 'cl-mapc 'mapc) | |
415 | |
414 (provide 'obsolete) | 416 (provide 'obsolete) |
415 ;;; obsolete.el ends here | 417 ;;; obsolete.el ends here |