diff options
| -rw-r--r-- | lisp/cedet/ede/generic.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/ede/generic.el b/lisp/cedet/ede/generic.el index 8d013245bb6..b865ff5028d 100644 --- a/lisp/cedet/ede/generic.el +++ b/lisp/cedet/ede/generic.el | |||
| @@ -302,6 +302,8 @@ CLASS is the EIEIO class that is used to track this project. It should subclass | |||
| 302 | ".svn" 'ede-generic-vc-project) | 302 | ".svn" 'ede-generic-vc-project) |
| 303 | (ede-generic-new-autoloader "generic-cvs" "Generic CVS" | 303 | (ede-generic-new-autoloader "generic-cvs" "Generic CVS" |
| 304 | "CVS" 'ede-generic-vc-project) | 304 | "CVS" 'ede-generic-vc-project) |
| 305 | (ede-generic-new-autoloader "generic-mtn" "Generic Monotone" | ||
| 306 | "_MTN/options" 'ede-generic-vc-project) | ||
| 305 | 307 | ||
| 306 | ;; Take advantage of existing 'projectile' based projects. | 308 | ;; Take advantage of existing 'projectile' based projects. |
| 307 | ;; @TODO - if projectile supports compile commands etc, can we | 309 | ;; @TODO - if projectile supports compile commands etc, can we |