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
af0403e0
Commit
af0403e0
authored
Jul 02, 2009
by
Kenichi Handa
Browse files
(set-keyboard-coding-system): Force *-unix
coding-system to avoid eol conversion.
parent
f144038a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/international/mule.el
lisp/international/mule.el
+4
-1
No files found.
lisp/ChangeLog
View file @
af0403e0
2009-07-02 Kenichi Handa <handa@m17n.org>
* international/mule.el (set-keyboard-coding-system): Force *-unix
coding-system to avoid eol conversion.
2009-07-01 Michael Albinus <michael.albinus@gmx.de>
* net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): Add
...
...
lisp/international/mule.el
View file @
af0403e0
...
...
@@ -1310,7 +1310,10 @@ graphical terminals."
'keyboard-coding-saved-meta-mode
(cons (nth 2 (current-input-mode))
nil)))
(set-input-meta-mode 8)))
(set-input-meta-mode 8))
;; Avoid end-of-line conversion.
(setq coding-system
(coding-system-change-eol-conversion coding-system 'unix)))
(when saved-meta-mode
(set-input-meta-mode (car saved-meta-mode))
...
...
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