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
8c52d564
Commit
8c52d564
authored
Oct 14, 2002
by
Juanma Barranquero
Browse files
(set-selection-coding-system): Fix spacing.
parent
240c43e8
Changes
2
Hide 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/international/mule.el
lisp/international/mule.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8c52d564
2002-10-14 Juanma Barranquero <lektu@terra.es>
* international/mule.el (set-selection-coding-system): Fix spacing.
2002-10-13 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
...
...
lisp/international/mule.el
View file @
8c52d564
...
...
@@ -1286,7 +1286,7 @@ For a list of possible values of CODING-SYSTEM, use \\[list-coding-systems]."
(defalias 'set-clipboard-coding-system 'set-selection-coding-system)
(defun set-selection-coding-system (coding-system)
"
Make
CODING-SYSTEM
used
for
communicating
with
other
X
clients
.
"
Make
CODING-SYSTEM
used
for
communicating
with
other
X
clients.
When
sending
or
receiving
text
via
cut_buffer,
selection,
and
clipboard,
the
text
is
encoded
or
decoded
by
CODING-SYSTEM.
"
(interactive "
zCoding
system
for
X
selection:
")
...
...
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