Mercurial > hg > xemacs-beta
diff lisp/obsolete.el @ 5001:714d854d00e9
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Feb 2010 05:23:07 -0600 |
parents | c17c857e20bf |
children | dc94bf0afa37 |
line wrap: on
line diff
--- a/lisp/obsolete.el Sun Feb 07 05:21:40 2010 -0600 +++ b/lisp/obsolete.el Sun Feb 07 05:23:07 2010 -0600 @@ -411,5 +411,7 @@ 'obsolete-throw "it says `obsolete' in the name, you know you shouldn't be using this.") +(define-compatible-function-alias 'cl-mapc 'mapc) + (provide 'obsolete) ;;; obsolete.el ends here