Index: auctex/tex-site.el.in
diff -u auctex/tex-site.el.in:1.23 auctex/tex-site.el.in:1.24
--- auctex/tex-site.el.in:1.23 Fri Apr 29 10:20:31 2005
+++ auctex/tex-site.el.in Fri Apr 29 12:32:17 2005
@@ -72,6 +72,8 @@
(doctex-mode . tex-mode))
"Alist of built-in TeX modes and their load files.")
+(defalias 'TeX-load-hack 'ignore)
+
(defun TeX-modes-set (var value &optional update)
"Set VAR (which should be `TeX-modes') to VALUE.
@@ -113,14 +115,3 @@
(defconst AUCTeX-date "@AUCTEXDATE@"
"AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
-(defmacro TeX-doc ()
- "This macro is used _before_ following autoloaded definitions.
-It will format the doc string of the next form to include AUCTeX
-version info in %s."
- (let ((form (read (current-buffer))))
- (if (stringp (nth 3 form))
- (setcar (nthcdr 3 form)
- (format (nth 3 form)
- (format "AUCTeX %s" AUCTeX-version))))
- form))
-
_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs