aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
authorJuanma Barranquero2009-01-29 08:53:37 +0000
committerJuanma Barranquero2009-01-29 08:53:37 +0000
commitbcca751d83bb8aacf53fc4e166534cb4e9def821 (patch)
tree64dce2334580737273caa2987881ccbc565da30e /lisp/pcvs.el
parent3c8ccebbcd0edfef52b72b06c6a6b329ecea0939 (diff)
downloademacs-bcca751d83bb8aacf53fc4e166534cb4e9def821.tar.gz
emacs-bcca751d83bb8aacf53fc4e166534cb4e9def821.zip
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."
2325;;;; useful global settings 2325;;;; useful global settings
2326;;;; 2326;;;;
2327 2327
2328;;;###autoload
2329(add-to-list 'completion-ignored-extensions "CVS/")
2330
2331;; 2328;;
2332;; Hook to allow calling PCL-CVS by visiting the /CVS subdirectory 2329;; Hook to allow calling PCL-CVS by visiting the /CVS subdirectory
2333;; 2330;;