Index: emacs/lisp/international/latexenc.el
diff -c emacs/lisp/international/latexenc.el:1.2
emacs/lisp/international/latexenc.el:1.3
*** emacs/lisp/international/latexenc.el:1.2 Thu Apr 28 20:58:55 2005
--- emacs/lisp/international/latexenc.el Sun May 1 11:01:49 2005
***************
*** 121,128 ****
;; try to find the coding system in this file
(goto-char (point-min))
(if (or
! (re-search-forward "^[^%$]*\\inputencoding{\\(.*\\)}" nil t)
! (re-search-forward "^[^%$]*\\usepackage\\[\\(.*\\)\\]{inputenc}"
nil t))
(let* ((match (match-string 1))
(sym (intern match)))
(when (latexenc-inputenc-to-coding-system match)
--- 121,128 ----
;; try to find the coding system in this file
(goto-char (point-min))
(if (or
! (re-search-forward "^[^%\n]*\\\\inputencoding{\\(.*\\)}" nil t)
! (re-search-forward
"^[^%\n]*\\\\usepackage\\[\\(.*\\)\\]{inputenc}" nil t))
(let* ((match (match-string 1))
(sym (intern match)))
(when (latexenc-inputenc-to-coding-system match)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs