.emacs-my
changeset 839 27fac2557f13
parent 835 bfc9412ed633
child 840 e1f0a7f252c8
--- a/.emacs-my	Sun Nov 20 23:16:59 2011 +0200
+++ b/.emacs-my	Sat Nov 26 19:44:43 2011 +0200
@@ -680,7 +680,7 @@
 (modify-coding-system-alist 'file "\\.el" 'iso-2022-7bit)
 (cond
  ((equal window-system 'w32)          ; also (string-equal system-type "windows-nt")
-  (set-selection-coding-system 'utf-16-le-dos)
+  ;; (set-selection-coding-system 'utf-16-le-dos)
   (setq-default buffer-file-coding-system 'cp1251)
   (setq default-file-name-coding-system 'cp1251)
   (setq default-process-coding-system '(cp1251 . cp1251))