Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
86c86abf
Commit
86c86abf
authored
Mar 06, 2013
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Specify utf-8, not iso-8859-1, for ASCII files.
parent
fe5b74fc
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
doc/misc/emacs-mime.texi
doc/misc/emacs-mime.texi
+1
-1
doc/misc/gnus-coding.texi
doc/misc/gnus-coding.texi
+1
-1
lisp/gnus/gnus-cite.el
lisp/gnus/gnus-cite.el
+1
-1
lisp/ibuffer.el
lisp/ibuffer.el
+1
-1
No files found.
doc/misc/emacs-mime.texi
View file @
86c86abf
...
...
@@ -1890,5 +1890,5 @@ Documentation of the text/plain format parameter for flowed text.
@c Local Variables:
@c mode: texinfo
@c coding:
iso
-
8859
-
1
@c coding:
utf
-
8
@c End:
doc/misc/gnus-coding.texi
View file @
86c86abf
...
...
@@ -387,5 +387,5 @@ changed.
@c Local Variables:
@c mode: texinfo
@c coding:
iso-8859-1
@c coding:
utf-8
@c End:
lisp/gnus/gnus-cite.el
View file @
86c86abf
...
...
@@ -1250,7 +1250,7 @@ When enabled, it automatically turns on `font-lock-mode'."
(
provide
'gnus-cite
)
;; Local Variables:
;; coding:
iso-8859-1
;; coding:
utf-8
;; End:
;;; gnus-cite.el ends here
lisp/ibuffer.el
View file @
86c86abf
...
...
@@ -3030,7 +3030,7 @@ defaults to one.
(
run-hooks
'ibuffer-load-hook
)
;; Local Variables:
;; coding:
iso-8859-1
;; coding:
utf-8
;; End:
;;; ibuffer.el ends here
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