diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-02-20 21:45:33 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-02-20 21:45:33 +0000 |
commit | ccfe0126e4608ade4c0004f13de7211819509186 (patch) | |
tree | a92d59ed78bf63de5d1b312eaa69ffa0ed3a9b37 /app-emacs/auctex/files | |
parent | Umm... cdrtools, not cdrkit. (diff) | |
download | gentoo-2-ccfe0126e4608ade4c0004f13de7211819509186.tar.gz gentoo-2-ccfe0126e4608ade4c0004f13de7211819509186.tar.bz2 gentoo-2-ccfe0126e4608ade4c0004f13de7211819509186.zip |
added a needed newline, as reported by Ulrich Mueller <ulm@kph.uni-mainz.de> in bug 167673
(Portage version: 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) |