mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(x-set-cut-buffer): Cancel previous change.
This commit is contained in:
parent
c0f7266a85
commit
832fe7204e
2 changed files with 0 additions and 9 deletions
|
|
@ -1,7 +1,3 @@
|
|||
2004-10-25 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* select.el (x-set-cut-buffer): Encode STRING if necessary.
|
||||
|
||||
2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* indent.el (set-left-margin, set-right-margin): Delete redundant
|
||||
|
|
|
|||
|
|
@ -144,11 +144,6 @@ Cut buffers are considered obsolete; you should use selections instead."
|
|||
(or (stringp string) (signal 'wrong-type-argument (list 'string string)))
|
||||
(if push
|
||||
(x-rotate-cut-buffers-internal 1))
|
||||
(if (> (string-bytes string) (length string))
|
||||
;; STRING is a multibyte string contains non-ASCII characters.
|
||||
(if locale-coding-system
|
||||
(setq string (encode-coding-string string locale-coding-system))
|
||||
(setq string (string-make-unibyte string))))
|
||||
(x-store-cut-buffer-internal 'CUT_BUFFER0 string))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue