From baaa4873c71b55d255d6c8c73497f38234263525 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Fri, 10 Aug 2012 17:45:16 +0200 Subject: [PATCH] org-compat.el (org-flet): Remove alias * org-compat.el (org-flet): Remove alias. --- lisp/org-compat.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lisp/org-compat.el b/lisp/org-compat.el index d6a11fdfe..c4dd18246 100644 --- a/lisp/org-compat.el +++ b/lisp/org-compat.el @@ -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)) -- 2.11.4.GIT