diff options
author | 2007-02-20 21:45:33 +0000 | |
---|---|---|
committer | 2007-02-20 21:45:33 +0000 | |
commit | db9b5a72c445170b77dcf0da5d984b6524a77507 (patch) | |
tree | 620c9773ead6aa811901351bbe30ebecfa067967 /app-emacs/auctex/files | |
parent | Umm... cdrtools, not cdrkit. (diff) | |
download | historical-db9b5a72c445170b77dcf0da5d984b6524a77507.tar.gz historical-db9b5a72c445170b77dcf0da5d984b6524a77507.tar.bz2 historical-db9b5a72c445170b77dcf0da5d984b6524a77507.zip |
added a needed newline, as reported by Ulrich Mueller <ulm@kph.uni-mainz.de> in bug 167673
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-emacs/auctex/files')
-rw-r--r-- | app-emacs/auctex/files/52auctex-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/auctex/files/52auctex-gentoo.el b/app-emacs/auctex/files/52auctex-gentoo.el index d3e45c96ad99..2cb69f19f273 100644 --- a/app-emacs/auctex/files/52auctex-gentoo.el +++ b/app-emacs/auctex/files/52auctex-gentoo.el @@ -3,4 +3,4 @@ (load "auctex.el" nil t t) ;;;;; detect needed steps after rebuild -(setq TeX-parse-self t)
\ No newline at end of file +(setq TeX-parse-self t) |