org-compat.el (org-flet): Remove alias

* org-compat.el (org-flet): Remove alias.
This commit is contained in:
Bastien Guerry 2012-08-10 17:45:16 +02:00
parent 6c7ac786aa
commit baaa4873c7
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ any other entries, and any resulting duplicates will be removed entirely."
;;; cl macros no longer available in the trunk
(defalias 'org-flet (if (org-version-check "24.1.50" "cl" :predicate)
'cl-flet*
'flet))
(defalias 'org-labels (if (org-version-check "24.1.50" "cl" :predicate)
'cl-labels
'labels))