diff options
| author | Dan Nicolaescu | 2008-03-25 15:47:02 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-03-25 15:47:02 +0000 |
| commit | dd0d723c8e8f7e911502b27bdb152593024bb2cf (patch) | |
| tree | 5ec76df1b5944684b6a82b92d59537b9ffc92bd3 | |
| parent | e2076c2c17dd412fa238d5743ff2294884ba061b (diff) | |
| download | emacs-dd0d723c8e8f7e911502b27bdb152593024bb2cf.tar.gz emacs-dd0d723c8e8f7e911502b27bdb152593024bb2cf.zip | |
(vc-state): Add documentation for 'missing.
| -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 @@ | |||
| 1 | 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-hooks.el (vc-state): Add documentation for 'missing. | ||
| 4 | |||
| 1 | 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org> | 5 | 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org> |
| 2 | 6 | ||
| 3 | * progmodes/verilog-mode.el (verilog-auto-output) | 7 | * 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: | |||
| 519 | 519 | ||
| 520 | 'removed Scheduled to be deleted from the repository on next commit. | 520 | 'removed Scheduled to be deleted from the repository on next commit. |
| 521 | 521 | ||
| 522 | 'missing The file is not present in the file system, but the VC | ||
| 523 | system still tracks it. | ||
| 524 | |||
| 522 | 'ignored The file showed up in a dir-state listing with a flag | 525 | 'ignored The file showed up in a dir-state listing with a flag |
| 523 | indicating the version-control system is ignoring it, | 526 | indicating the version-control system is ignoring it, |
| 524 | Note: This property is not set reliably (some VCSes | 527 | Note: This property is not set reliably (some VCSes |