From dd0d723c8e8f7e911502b27bdb152593024bb2cf Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 25 Mar 2008 15:47:02 +0000 Subject: [PATCH] (vc-state): Add documentation for 'missing. --- lisp/ChangeLog | 4 ++++ lisp/vc-hooks.el | 3 +++ 2 files changed, 7 insertions(+) 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 + + * vc-hooks.el (vc-state): Add documentation for 'missing. + 2008-03-25 Wilson Snyder * 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 -- 2.39.2