(fn FUNCTION-OR-FILE &optional OUTPUT)")
(function-put 'native-compile 'function-type '(function ((or string symbol) &optional string) (or native-comp-function string)))
+(autoload 'native-compile-directory "comp" "\
+Native compile if necessary all the .el files present in DIRECTORY.
+Each .el file is native compiled if the corresponding .eln file is not
+found inside the current `native-comp-eln-load-path'. The search within
+DIRECTORY is perfomed recursively.
+
+(fn DIRECTORY)")
(autoload 'batch-native-compile "comp" "\
Perform batch native compilation of remaining command-line arguments.
;;; Generated autoloads from progmodes/eglot.el
(push (purecopy '(eglot 1 17)) package--builtin-versions)
-(define-obsolete-function-alias 'eglot-update #'eglot-upgrade-eglot "29.1")
(autoload 'eglot "eglot" "\
Start LSP server for PROJECT's buffers under MANAGED-MAJOR-MODES.
files of a given major mode visited within the same project will
automatically become managed with no further user intervention
needed.")
-(autoload 'eglot-upgrade-eglot "eglot" "\
-Update Eglot to latest version.
-
-(fn &rest _)" t)
(put 'eglot-workspace-configuration 'safe-local-variable #'listp)
(put 'eglot--debbugs-or-github-bug-uri 'bug-reference-url-format t)
(defun eglot--debbugs-or-github-bug-uri nil (format (if (string= (match-string 2) "github") "https://github.com/joaotavora/eglot/issues/%s" "https://debbugs.gnu.org/%s") (match-string 3)))
(dolist (symbol '( erc-sasl erc-spelling ; 29
erc-imenu erc-nicks)) ; 30
(custom-add-load symbol symbol))
-(custom-autoload 'erc-modules "erc")
(autoload 'erc-select-read-args "erc" "\
Prompt for connection parameters and return them in a plist.
By default, collect `:server', `:port', `:nickname', and
The connection-local value of `null-device'.")
(register-definition-prefixes "files-x" '("connection-local-" "dir-locals-to-string" "modify-" "read-"))
+\f
+;;; Generated autoloads from filet.el
+
+(autoload 'filet "filet" "\
+Operate on file names in your `kill-ring'.
+
+Use `0 w' in a Dired buffer to grab some absolute file names, then later
+invoke this command in another Dired buffer to copy/move/link those
+files to that directory.
+
+(fn)" t)
+(register-definition-prefixes "filet" '("filet-"))
+
\f
;;; Generated autoloads from find-cmd.el
Turn Flymake mode off.")
(register-definition-prefixes "flymake" '("flymake-"))
-\f
-;;; Generated autoloads from progmodes/flymake-cc.el
-
-(autoload 'flymake-cc "flymake-cc" "\
-Flymake backend for GNU-style C compilers.
-This backend uses `flymake-cc-command' (which see) to launch a
-process that is passed the current buffer's contents via stdin.
-REPORT-FN is Flymake's callback.
-
-(fn REPORT-FN &rest ARGS)")
-(register-definition-prefixes "flymake-cc" '("flymake-cc-"))
-
-\f
-;;; Generated autoloads from progmodes/flymake-proc.el
-
-(push (purecopy '(flymake-proc 1 0)) package--builtin-versions)
-(register-definition-prefixes "flymake-proc" '("flymake-proc-"))
-
\f
;;; Generated autoloads from textmodes/flyspell.el
;;; Generated autoloads from progmodes/python.el
(push (purecopy '(python 0 28)) package--builtin-versions)
+(defconst python--auto-mode-alist-regexp "\\(?:\\.\\(?:p\\(?:th\\|y[iw]?\\)\\)\\|/\\(?:SCons\\(?:\\(?:crip\\|truc\\)t\\)\\)\\)\\'")
+(add-to-list 'auto-mode-alist (cons python--auto-mode-alist-regexp 'python-mode))
(add-to-list 'interpreter-mode-alist (cons (purecopy "python[0-9.]*") 'python-mode))
(autoload 'run-python "python" "\
Run an inferior Python process.