Mercurial > emacs
diff lisp/ChangeLog @ 57079:6f014cde9d81
(vc-ignore-dir-regexp): New var.
(vc-registered): Use it.
(vc-find-root): New fun.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 13 Sep 2004 03:36:11 +0000 |
parents | 35b4fdda578a |
children | e7937a30d254 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 12 21:39:40 2004 +0000 +++ b/lisp/ChangeLog Mon Sep 13 03:36:11 2004 +0000 @@ -1,5 +1,9 @@ 2004-09-12 Stefan <monnier@iro.umontreal.ca> + * vc-hooks.el (vc-ignore-dir-regexp): New var. + (vc-registered): Use it. + (vc-find-root): New fun. + * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): Don't tell to use \\{...} when it's already done.