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
3ff05361
Commit
3ff05361
authored
Jan 29, 2004
by
Kenichi Handa
Browse files
*** empty log message ***
parent
ef99df9a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/term/x-win.el
lisp/term/x-win.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3ff05361
2004-01-29 Kenichi Handa <handa@m17n.org>
* term/x-win.el (x-selection-value): Optimize for ASCII only case.
2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
* dos-w32.el: Added support for the `default-printer-name' function.
...
...
lisp/term/x-win.el
View file @
3ff05361
...
...
@@ -2198,7 +2198,7 @@ order until succeed.")
(error nil))
utf8-coding last-coding-system-used)
(if utf8
;; If it is a local
e
selection, or it contains only
;; If it is a local selection, or it contains only
;; ASCII characers, choose it.
(if (or (not (get-text-property 0 'foreign-selection utf8))
(= (length utf8) (string-bytes utf8)))
...
...
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