.emacs-obsolete
changeset 1387 3dec99863e5d
parent 1385 5f96b8d649ba
child 1389 6004ef18bbe2
equal deleted inserted replaced
1386:e9b455ea0327 1387:3dec99863e5d
   242 (when (equal window-system 'w32)
   242 (when (equal window-system 'w32)
   243   (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   243   (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))
   244   (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
   244   (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251))
   245   (setq vc-svn-checkin-switches '("--encoding" "UTF-8"))
   245   (setq vc-svn-checkin-switches '("--encoding" "UTF-8"))
   246   )
   246   )
       
   247 
       
   248 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
       
   249 (message "fortune")
       
   250 (setq fortune-file "~/XXX")