diff --show-c-function -u /tmp/auctex-autoloads-good.el /tmp/auctex-autoloads-bad.el --- /tmp/auctex-autoloads-good.el 2022-06-14 23:42:15.827566892 +0300 +++ /tmp/auctex-autoloads-bad.el 2022-06-14 23:26:45.625237807 +0300 @@ -9,15 +9,6 @@ ;;; Generated autoloads from bib-cite.el -(autoload 'bib-cite-minor-mode "bib-cite" "\ -Toggle bib-cite mode. -When bib-cite mode is enabled, citations, labels and refs are highlighted -when the mouse is over them. Clicking on these highlights with [mouse-2] -runs `bib-find', and [mouse-3] runs `bib-display'. - -(fn ARG)" t nil) -(autoload 'turn-on-bib-cite "bib-cite" "\ -Unconditionally turn on Bib Cite mode." nil nil) (register-definition-prefixes "bib-cite" '("LaTeX-" "bib-" "create-alist-from-list" "member-cis" "psg-" "search-directory-tree")) @@ -76,26 +67,6 @@ (autoload 'BibTeX-auto-store "latex" "\ This function should be called from `bibtex-mode-hook'. It will setup BibTeX to store keys in an auto file." nil nil) -(add-to-list 'auto-mode-alist '("\\.drv\\'" . latex-mode) t) -(add-to-list 'auto-mode-alist '("\\.hva\\'" . latex-mode)) -(autoload 'TeX-latex-mode "latex" "\ -Major mode in AUCTeX for editing LaTeX files. -See info under AUCTeX for full documentation. - -Special commands: -\\{LaTeX-mode-map} - -Entering LaTeX mode calls the value of `text-mode-hook', -then the value of `TeX-mode-hook', and then the value -of `LaTeX-mode-hook'." t nil) -(add-to-list 'auto-mode-alist '("\\.dtx\\'" . doctex-mode)) -(autoload 'docTeX-mode "latex" "\ -Major mode in AUCTeX for editing .dtx files derived from `LaTeX-mode'. -Runs `LaTeX-mode', sets a few variables and -runs the hooks in `docTeX-mode-hook'. - -(fn)" t nil) -(defalias 'TeX-doctex-mode #'docTeX-mode) (register-definition-prefixes "latex" '("Bib" "LaTeX-" "TeX-" "docTeX-" "latex-math-mode")) @@ -212,10 +183,6 @@ ;;; Generated autoloads from tex-bar.el -(autoload 'TeX-install-toolbar "tex-bar" "\ -Install toolbar buttons for TeX mode." t nil) -(autoload 'LaTeX-install-toolbar "tex-bar" "\ -Install toolbar buttons for LaTeX mode." t nil) (register-definition-prefixes "tex-bar" '("TeX-bar-")) Diff finished. Tue Jun 14 23:42:35 2022