;ELC ;;; Compiled by mwolson@grepfind.mwolson.org on Thu Jan 24 00:15:30 2008 ;;; from file /stuff/proj/emacs/dvc/mwolson/lisp/dvc-config.el ;;; in Emacs version 23.0.50.2 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. (if (and (boundp 'emacs-version) (< (aref emacs-version (1- (length emacs-version))) ?A) (or (and (boundp 'epoch::version) epoch::version) (string-lessp emacs-version "19.29"))) (error "`dvc-config.el' was compiled for Emacs 19.29 or later")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\300\302!\207" [require dvc-utils dvc-defs] 2) #@58 *Directory in which the DVC config files will be stored. (custom-declare-variable 'dvc-config-directory '"~/.dvc/" '(#$ . -670) :type 'directory :group 'dvc) #@183 Return the full path for the config file FILE. FILE will be stored in the `dvc-config-directory'. If CREATE-CONFIG-DIR is non nil, ensure that the `dvc-config-directory' does exist. (defalias 'dvc-config-file-full-path #[(file &optional create-config-dir) "\304 P!\305!\204 \203\306\307\"\210\310\311\"\210\312\313!\210\n)\207" [dvc-config-directory file full-name create-config-dir dvc-uniquify-file-name file-exists-p make-directory t message "The config files of DVC will be stored in %s!" sit-for 5] 3 (#$ . 835)]) (provide 'dvc-config)