equal
deleted
inserted
replaced
267 )) |
267 )) |
268 ((equal window-system 'x) |
268 ((equal window-system 'x) |
269 (progn |
269 (progn |
270 (prefer-coding-system 'cp1251-dos) |
270 (prefer-coding-system 'cp1251-dos) |
271 (prefer-coding-system 'utf-8-unix) |
271 (prefer-coding-system 'utf-8-unix) |
272 (setq selection-coding-system 'ctext-with-extensions) |
272 (setq selection-coding-system 'compound-text-with-extensions) |
273 (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) |
273 (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) |
274 (modify-coding-system-alist 'process ".*" 'utf-8-unix) |
274 (modify-coding-system-alist 'process ".*" 'utf-8-unix) |
275 )) |
275 )) |
276 (t |
276 (t |
277 (progn |
277 (progn |