Преглед изворни кода

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

* org-compat.el (org-flet): Remove alias.
Bastien Guerry пре 12 година
родитељ
комит
baaa4873c7
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      lisp/org-compat.el

+ 0 - 4
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))