]> git.eshelyaron.com Git - emacs.git/commitdiff
; Move variable definition above its first use
authorEshel Yaron <me@eshelyaron.com>
Thu, 26 Sep 2024 12:02:27 +0000 (14:02 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 26 Sep 2024 12:02:38 +0000 (14:02 +0200)
lisp/emacs-lisp/scope.el

index edde99ea14540fbd417b22c83eb509476c393916..682a3f2c4431282f0a83280e1b57f30ac4f7f932 100644 (file)
@@ -214,6 +214,8 @@ Optional argument LOCAL is a local context to extend."
              (symbol-with-pos-pos name) (length (symbol-name bare)) pos))
   (scope-1 local result))
 
+(defvar scope-assume-func-p nil)
+
 (defun scope-sharpquote (local arg)
   (cond
    ((or (symbol-with-pos-p arg) (symbolp arg))
@@ -480,8 +482,6 @@ Optional argument LOCAL is a local context to extend."
                         group-n submatch-n))
           (scope-rx local (cdr regexp))))))))
 
-(defvar scope-assume-func-p nil)
-
 (defvar scope-safe-macros t
   "Specify which macros are safe to expand.