/[auctex]/auctex/latex.el
ViewVC logotype

Diff of /auctex/latex.el

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

revision 5.381 by angeli, Fri Aug 26 16:24:26 2005 UTC revision 5.382 by angeli, Fri Aug 26 16:26:26 2005 UTC
# Line 4554  runs the hooks in `docTeX-mode-hook'." Line 4554  runs the hooks in `docTeX-mode-hook'."
4554    (setq outline-level 'LaTeX-outline-level)    (setq outline-level 'LaTeX-outline-level)
4555    (make-local-variable 'outline-regexp)    (make-local-variable 'outline-regexp)
4556    (setq outline-regexp (LaTeX-outline-regexp t))    (setq outline-regexp (LaTeX-outline-regexp t))
4557    (make-local-variable 'outline-heading-alist)    (when (boundp 'outline-heading-alist)
4558    (setq outline-heading-alist      (setq outline-heading-alist
4559          (mapcar (lambda (x)            (mapcar (lambda (x)
4560                    (cons (concat "\\" (nth 0 x)) (nth 1 x)))                      (cons (concat "\\" (nth 0 x)) (nth 1 x)))
4561                  LaTeX-section-list))                    LaTeX-section-list)))
4562    
4563    (make-local-variable 'TeX-auto-full-regexp-list)    (make-local-variable 'TeX-auto-full-regexp-list)
4564    (setq TeX-auto-full-regexp-list    (setq TeX-auto-full-regexp-list

Legend:
Removed from v.5.381  
changed lines
  Added in v.5.382

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