File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ Optionally that suffix may be followed by one listed in
507507 (string-match-p (format " \\ .el%s \\ '" (regexp-opt load-file-rep-suffixes))
508508 file))
509509
510- (static-if (fboundp 'file-name-with-extension )
510+ (auto-compile-- static-if (fboundp 'file-name-with-extension )
511511 ; ; Added in Emacs 28.1.
512512 (defalias 'auto-compile--file-name-with-extension
513513 #'file-name-with-extension )
@@ -872,7 +872,7 @@ Without this advice the outdated source file would get loaded."
872872
873873; ;; _
874874
875- (static-if (fboundp 'setopt ) ; since Emacs 29.1
875+ (auto-compile-- static-if (fboundp 'setopt ) ; since Emacs 29.1
876876 (defun auto-compile-use-mode-line-set (_ignored value )
877877 (declare (obsolete " use `setopt' instead." " Auto-Compile 2.1.2" ))
878878 (setopt auto-compile-use-mode-line value)))
You can’t perform that action at this time.
0 commit comments