emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion f050453997: style(src-lines.el): move


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion f050453997: style(src-lines.el): move 'declare-function' to top
Date: Wed, 17 May 2023 12:58:52 -0400 (EDT)

branch: externals/org-transclusion
commit f0504539978a74e60f53daf970d39908e55a0c59
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    style(src-lines.el): move 'declare-function' to top
    
    Related commit: 99e4c22
    
    Only coding style.
    Also to update "Last modified".
---
 org-transclusion-src-lines.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/org-transclusion-src-lines.el b/org-transclusion-src-lines.el
index 628dc29683..60fd22d157 100644
--- a/org-transclusion-src-lines.el
+++ b/org-transclusion-src-lines.el
@@ -17,7 +17,7 @@
 
 ;; Author: Noboru Ota <me@nobiot.com>
 ;; Created: 24 May 2021
-;; Last modified: 08 May 2023
+;; Last modified: 17 May 2023
 
 ;;; Commentary:
 ;;  This is an extension to `org-transclusion'.  When active, it adds features
@@ -28,9 +28,9 @@
 (require 'org-element)
 (declare-function text-clone-make-overlay "text-clone")
 (declare-function org-transclusion-live-sync-buffers-others-default
-                  "org-transclusion")
-(declare-function org-transclusion-org-file-p
-                  "org-transclusion")
+             "org-transclusion")
+(declare-function org-transclusion-org-file-p "org-transclusion")
+(declare-function org-transclusion-content-format "org-transclusion")
 
 ;;;; Setting up the extension
 
@@ -314,7 +314,6 @@ match any valid elisp symbol (but please don't quote it)."
   (when (string-match ":thing-at-point \\([[:alnum:][:punct:]]+\\)" string)
     (list :thing-at-point (org-strip-quotes (match-string 1 string)))))
 
-(declare-function org-transclusion-content-format "org-transclusion")
 (defun org-transclusion-content-format-src-lines (type content indent)
   "Format text CONTENT from source before transcluding.
 Return content modified (or unmodified, if not applicable).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]