소스 검색

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))