diff 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
line wrap: on
line diff
--- a/lisp/obsolete.el	Sat Feb 06 04:27:47 2010 -0600
+++ b/lisp/obsolete.el	Sat Feb 06 12:28:19 2010 +0000
@@ -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