equal
deleted
inserted
replaced
233 |
233 |
234 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
234 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
235 (message "ECB") |
235 (message "ECB") |
236 |
236 |
237 (setq ecb-tip-of-the-day nil) |
237 (setq ecb-tip-of-the-day nil) |
|
238 |
|
239 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
240 (message "vc-mode, VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil") |
|
241 |
|
242 (when (equal window-system 'w32) |
|
243 (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos)) |
|
244 (modify-coding-system-alist 'process "svn" '(cp1251 . cp1251)) |
|
245 (setq vc-svn-checkin-switches '("--encoding" "UTF-8")) |
|
246 ) |