diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/vc-hooks.el | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 96471a279b4..60e76ead7a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-03-25 Dan Nicolaescu <dann@ics.uci.edu> + + * vc-hooks.el (vc-state): Add documentation for 'missing. + 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org> * progmodes/verilog-mode.el (verilog-auto-output) diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index cf17f9becb7..7b5e065fa59 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -519,6 +519,9 @@ For registered files, the value returned is one of: 'removed Scheduled to be deleted from the repository on next commit. + 'missing The file is not present in the file system, but the VC + system still tracks it. + 'ignored The file showed up in a dir-state listing with a flag indicating the version-control system is ignoring it, Note: This property is not set reliably (some VCSes |