diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2005-05-16 08:36:21 +0000 |
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2005-05-16 08:36:21 +0000 |
| commit | cc211a0ff8145e0814413e237bb5674d615968b7 (patch) | |
| tree | 5936ffe1dd21c62bc06aa59f03a25a773e6320d3 | |
| parent | a2bbf6afc12269b859444e18bb8e4324d83727c8 (diff) | |
| download | emacs-cc211a0ff8145e0814413e237bb5674d615968b7.tar.gz | |
Add page marker to force the "Local Variables:" string out of the last page.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/international/latexenc.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0329176edb2..bc460f52430 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-16 Juanma Barranquero <lekktu@gmail.com> + + * international/latexenc.el: Add page marker to force the "Local + Variables:" string out of the last page. + 2005-05-16 Nick Roberts <nickrob@snap.net.nz> * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index 39acbb33dfd..88da8ffed79 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el @@ -173,6 +173,7 @@ coding system names is determined from `latex-inputenc-coding-alist'." 'undecided)))) 'undecided)) + (provide 'latexenc) ;; arch-tag: f971bc3e-1fec-4609-8f2f-73dd41ab22e1 |
