# HG changeset patch # User Oleksandr Gavenko # Date 1308388317 -10800 # Node ID 6486ccef8fd18ca8407325d4a5378c92814c89fc # Parent 993160feda9294782009e22d5fc24a33c152d033 `-b' switch to ignore changes in whitespaces. diff -r 993160feda92 -r 6486ccef8fd1 .emacs-my --- a/.emacs-my Sat Jun 18 11:37:31 2011 +0300 +++ b/.emacs-my Sat Jun 18 12:11:57 2011 +0300 @@ -1118,7 +1118,11 @@ ;; (setq erc-kill-server-buffer-on-quit t) ;;; ---------------------------------------------------------------- -(message "VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil") +(message "vc-mode, VCS, version control, cvs, svn, mercurial, hg, bazaar, bzr, git, fossil") + +;; `-b' switch to ignore changes in whitespaces. +;; (setq vc-git-diff-switches "-b") +;; (setq vc-diff-switches "-b") (when (equal window-system 'w32) (modify-coding-system-alist 'process "cvs" '(cp1251-dos . cp1251-dos))