فهرست منبع

Fix order problem in org-macs.el

Carsten Dominik 17 سال پیش
والد
کامیت
cccd7b275c
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      lisp/org-macs.el

+ 4 - 4
lisp/org-macs.el

@@ -33,6 +33,10 @@
 
 
 ;;; Code:
 ;;; Code:
 
 
+(eval-and-compile
+  (unless (fboundp 'declare-function)
+    (defmacro declare-function (fn file &optional arglist fileonly))))
+
 (declare-function org-add-props "org-compat" (string plist &rest props))
 (declare-function org-add-props "org-compat" (string plist &rest props))
 
 
 (defmacro org-bound-and-true-p (var)
 (defmacro org-bound-and-true-p (var)
@@ -75,10 +79,6 @@
 	   ,@body)
 	   ,@body)
        (if pc-mode (partial-completion-mode 1)))))
        (if pc-mode (partial-completion-mode 1)))))
 
 
-(eval-and-compile
-  (unless (fboundp 'declare-function)
-    (defmacro declare-function (fn file &optional arglist fileonly))))
-
 (defmacro org-maybe-intangible (props)
 (defmacro org-maybe-intangible (props)
   "Add '(intangible t) to PROPS if Emacs version is earlier than Emacs 22.
   "Add '(intangible t) to PROPS if Emacs version is earlier than Emacs 22.
 In emacs 21, invisible text is not avoided by the command loop, so the
 In emacs 21, invisible text is not avoided by the command loop, so the