--- tex.el 24 Sep 2005 17:15:51 +0200 5.537 +++ tex.el 01 Oct 2005 21:32:41 +0200 @@ -844,6 +844,7 @@ "Keymap for `TeX-source-specials-mode'. You could use this for unusual mouse bindings.") +;;;###autoload (define-minor-mode TeX-source-specials-mode "Minor mode for generating and using LaTeX source specials. @@ -859,6 +860,8 @@ (and TeX-source-specials-mode TeX-source-specials-map)) (TeX-set-mode-name 'TeX-source-specials-mode t t)) + +;;;###autoload (defalias 'tex-source-specials-mode 'TeX-source-specials-mode) (setq minor-mode-map-alist (delq
-- David Kastrup, Kriemhildstr. 15, 44793 Bochum UKTUG FAQ: <URL:http://www.tex.ac.uk/cgi-bin/texfaq2html>
_______________________________________________ auctex-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-devel
