Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2d5e5eb8
Commit
2d5e5eb8
authored
Apr 29, 2005
by
Stefan Monnier
Browse files
(file-coding-system-alist): Fix regexp for latexenc.
parent
57efa539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
lisp/ChangeLog
lisp/ChangeLog
+9
-4
lisp/international/mule-conf.el
lisp/international/mule-conf.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2d5e5eb8
2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
* international/mule-conf.el (file-coding-system-alist): Fix regexp
for latexenc.
2005-04-29 Lute Kamstra <lute@gnu.org>
* emacs-lisp/generic.el: Improve commentary section.
...
...
@@ -58,13 +63,13 @@
(generic-unix-modes, generic-other-modes): New constants.
(generic-define-mswindows-modes, generic-define-unix-modes):
Update docstrings. Make them obsolete.
(generic-extras-enable-list): New default value. Update
docstring.
Improve :type. Change :set function.
(generic-extras-enable-list): New default value. Update
docstring.
Improve :type. Change :set function.
(bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
Fix docstring.
* emacs-lisp/generic.el (generic-mode-internal):
Simplify
font-lock-defaults.
* emacs-lisp/generic.el (generic-mode-internal):
Simplify
font-lock-defaults.
(define-generic-mode): Fix docstring.
2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
...
...
lisp/international/mule-conf.el
View file @
2d5e5eb8
...
...
@@ -501,7 +501,7 @@ for decoding and encoding files, process I/O, etc."
(
"\\(\\`\\|/\\)loaddefs.el\\'"
.
(
raw-text
.
raw-text-unix
))
(
"\\.tar\\'"
.
(
no-conversion
.
no-conversion
))
(
"\\.po[tx]?\\'\\|\\.po\\."
.
po-find-file-coding-system
)
(
"\\.tex\\|
\\.
ltx\\|
\\.
dtx\\|
\\.
drv\\'"
.
latexenc-find-file-coding-system
)
(
"\\.
\\(
tex\\|ltx\\|dtx\\|drv
\\)
\\'"
.
latexenc-find-file-coding-system
)
(
""
.
(
undecided
.
nil
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment