/[auctex]/auctex/tex-site.el.in
ViewVC logotype

Diff of /auctex/tex-site.el.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by dak, Fri Apr 29 10:20:31 2005 UTC revision 1.24 by dak, Fri Apr 29 12:32:17 2005 UTC
# Line 72  shared by all users of a site." Line 72  shared by all users of a site."
72      (doctex-mode . tex-mode))      (doctex-mode . tex-mode))
73    "Alist of built-in TeX modes and their load files.")    "Alist of built-in TeX modes and their load files.")
74    
75    (defalias 'TeX-load-hack 'ignore)
76    
77  (defun TeX-modes-set (var value &optional update)  (defun TeX-modes-set (var value &optional update)
78    "Set VAR (which should be `TeX-modes') to VALUE.    "Set VAR (which should be `TeX-modes') to VALUE.
79    
# Line 113  If not a regular release, the date of th Line 115  If not a regular release, the date of th
115  (defconst AUCTeX-date "@AUCTEXDATE@"  (defconst AUCTeX-date "@AUCTEXDATE@"
116    "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")    "AUCTeX release date using the ISO 8601 format, yyyy-mm-dd.")
117    
 (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))  
   

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26