mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
Add page marker to force the "Local Variables:" string out of the last page.
This commit is contained in:
parent
a2bbf6afc1
commit
cc211a0ff8
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue