diff options
| author | Sean Whitton | 2026-02-23 14:11:17 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-02-23 14:11:17 +0000 |
| commit | 0be64b2f251fcbaea4847fac76ca168d395afff2 (patch) | |
| tree | 225ae106416c7d071f4dda34eafae77690afb819 | |
| parent | 40d43c73092032194e56e81e694d5aed823757ea (diff) | |
| download | emacs-0be64b2f251fcbaea4847fac76ca168d395afff2.tar.gz emacs-0be64b2f251fcbaea4847fac76ca168d395afff2.zip | |
; * lisp/vc/vc.el (revision-published-p): Disambiguate (bug#80396).
| -rw-r--r-- | lisp/vc/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index dd1e695ba26..9d9366eed41 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el | |||
| @@ -582,7 +582,7 @@ | |||
| 582 | ;; history of this branch, or only local history. I.e., whether REV | 582 | ;; history of this branch, or only local history. I.e., whether REV |
| 583 | ;; has been pushed. Implementations should not consider whether REV | 583 | ;; has been pushed. Implementations should not consider whether REV |
| 584 | ;; is part of the public history of any other branches. | 584 | ;; is part of the public history of any other branches. |
| 585 | ;; It is an error if REV is not present on the current branch. | 585 | ;; Should signal an error if REV is not present on the current branch. |
| 586 | ;; Centralized VCS *must not* implement this, and there is no default | 586 | ;; Centralized VCS *must not* implement this, and there is no default |
| 587 | ;; implementation. | 587 | ;; implementation. |
| 588 | 588 | ||