Changeset 1163
- Timestamp:
- 06/06/08 17:33:05 (4 years ago)
- Location:
- alex-emacs-settings
- Files:
-
- 1 added
- 1 modified
-
dotemacs-alex-common.el (modified) (1 diff)
-
psvn.el (added)
Legend:
- Unmodified
- Added
- Removed
-
alex-emacs-settings/dotemacs-alex-common.el
r1162 r1163 270 270 271 271 ;; subversion 272 (setq load-path (cons "/usr/share/emacs/site-lisp/subversion" load-path))273 (add-to-list 'vc-handled-backends 'SVN)272 ;(setq load-path (cons "/usr/share/emacs/site-lisp/subversion" load-path)) 273 ;(add-to-list 'vc-handled-backends 'SVN) 274 274 (require 'psvn) 275 ; (require 'vc-svn) 275 276 276 277 (cond (window-system
