.emacs-my
changeset 1379 d9e284adf519
parent 1378 892deca62b56
child 1380 1affd280b1e6
equal deleted inserted replaced
1378:892deca62b56 1379:d9e284adf519
   902 
   902 
   903 ;; (global-set-key [language-change] 'ignore)
   903 ;; (global-set-key [language-change] 'ignore)
   904 
   904 
   905 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   905 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
   906 (message "coding system, charset, locale, lang")
   906 (message "coding system, charset, locale, lang")
   907 
       
   908 ;; Emacs 23.1 no longer need codepage-setup.
       
   909 (when (<= emacs-major-version 22)
       
   910   (codepage-setup 866)
       
   911   (codepage-setup 1251)
       
   912   )
       
   913 
   907 
   914 ;; Comment because prefer-coding-system will be ignored.
   908 ;; Comment because prefer-coding-system will be ignored.
   915 ;; (setq-default coding-system-for-read  'cp1251-dos)
   909 ;; (setq-default coding-system-for-read  'cp1251-dos)
   916 ;; (setq-default coding-system-for-write 'cp1251-dos)
   910 ;; (setq-default coding-system-for-write 'cp1251-dos)
   917 
   911