summaryrefslogtreecommitdiff
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2009-01-29 08:53:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2009-01-29 08:53:37 +0000
commitbcca751d83bb8aacf53fc4e166534cb4e9def821 (patch)
tree64dce2334580737273caa2987881ccbc565da30e /lisp/pcvs.el
parent3c8ccebbcd0edfef52b72b06c6a6b329ecea0939 (diff)
downloademacs-bcca751d83bb8aacf53fc4e166534cb4e9def821.tar.gz
Exclude VCS metadata dirs from completion.
* bindings.el (completion-ignored-extensions): Add entries for VCS metadata directories (CVS/, .svn, etc). * pcvs.el (completion-ignored-extensions): * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific directory, now done in bindings.el.
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r--lisp/pcvs.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index 64606f6dfe2..dc01c45ad3f 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -2325,9 +2325,6 @@ this file, or a list of arguments to send to the program."
;;;; useful global settings
;;;;
-;;;###autoload
-(add-to-list 'completion-ignored-extensions "CVS/")
-
;;
;; Hook to allow calling PCL-CVS by visiting the /CVS subdirectory
;;