org-compat.el (org-flet): Remove alias
* org-compat.el (org-flet): Remove alias.
This commit is contained in:
parent
6c7ac786aa
commit
baaa4873c7
|
@ -112,10 +112,6 @@ any other entries, and any resulting duplicates will be removed entirely."
|
||||||
|
|
||||||
|
|
||||||
;;; cl macros no longer available in the trunk
|
;;; 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)
|
(defalias 'org-labels (if (org-version-check "24.1.50" "cl" :predicate)
|
||||||
'cl-labels
|
'cl-labels
|
||||||
'labels))
|
'labels))
|
||||||
|
|
Loading…
Reference in New Issue