diff options
| author | Sean Whitton | 2025-08-10 12:20:00 +0100 |
|---|---|---|
| committer | Sean Whitton | 2025-08-10 12:20:42 +0100 |
| commit | 11d521e6e4e3af3cc46e605a3caa27931fded540 (patch) | |
| tree | 42dc3855f1e8967467a4901fbabc627fd5cafeec | |
| parent | 38c5742cba648d953fe62bafc9e05794143b04c1 (diff) | |
| download | emacs-11d521e6e4e3af3cc46e605a3caa27931fded540.tar.gz emacs-11d521e6e4e3af3cc46e605a3caa27931fded540.zip | |
; Fix capitalization of VC-Dir.
| -rw-r--r-- | etc/NEWS.21 | 2 | ||||
| -rw-r--r-- | lisp/vc/vc-dir.el | 24 |
2 files changed, 13 insertions, 13 deletions
diff --git a/etc/NEWS.21 b/etc/NEWS.21 index ed7b69f18e6..2b6b6084c6e 100644 --- a/etc/NEWS.21 +++ b/etc/NEWS.21 | |||
| @@ -1822,7 +1822,7 @@ separate Texinfo file. | |||
| 1822 | 1822 | ||
| 1823 | *** The PCL-CVS package available by either running M-x cvs-examine or | 1823 | *** The PCL-CVS package available by either running M-x cvs-examine or |
| 1824 | by visiting a CVS administrative directory (with a prefix argument) | 1824 | by visiting a CVS administrative directory (with a prefix argument) |
| 1825 | provides an alternative interface to VC-dired for CVS. It comes with | 1825 | provides an alternative interface to VC-Dir for CVS. It comes with |
| 1826 | 'log-view-mode' to view RCS and SCCS logs and 'log-edit-mode' used to | 1826 | 'log-view-mode' to view RCS and SCCS logs and 'log-edit-mode' used to |
| 1827 | enter check-in log messages. | 1827 | enter check-in log messages. |
| 1828 | 1828 | ||
diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el index 7d9ec71d2a3..12f82c52bcb 100644 --- a/lisp/vc/vc-dir.el +++ b/lisp/vc/vc-dir.el | |||
| @@ -55,47 +55,47 @@ See `run-hooks'." | |||
| 55 | :group 'vc) | 55 | :group 'vc) |
| 56 | 56 | ||
| 57 | (defface vc-dir-header '((t :inherit font-lock-type-face)) | 57 | (defface vc-dir-header '((t :inherit font-lock-type-face)) |
| 58 | "Face for headers in VC-dir buffers." | 58 | "Face for headers in VC-Dir buffers." |
| 59 | :group 'vc | 59 | :group 'vc |
| 60 | :version "28.1") | 60 | :version "28.1") |
| 61 | 61 | ||
| 62 | (defface vc-dir-header-value '((t :inherit font-lock-variable-name-face)) | 62 | (defface vc-dir-header-value '((t :inherit font-lock-variable-name-face)) |
| 63 | "Face for header values in VC-dir buffers." | 63 | "Face for header values in VC-Dir buffers." |
| 64 | :group 'vc | 64 | :group 'vc |
| 65 | :version "28.1") | 65 | :version "28.1") |
| 66 | 66 | ||
| 67 | (defface vc-dir-directory '((t :inherit font-lock-comment-delimiter-face)) | 67 | (defface vc-dir-directory '((t :inherit font-lock-comment-delimiter-face)) |
| 68 | "Face for directories in VC-dir buffers." | 68 | "Face for directories in VC-Dir buffers." |
| 69 | :group 'vc | 69 | :group 'vc |
| 70 | :version "28.1") | 70 | :version "28.1") |
| 71 | 71 | ||
| 72 | (defface vc-dir-file '((t :inherit font-lock-function-name-face)) | 72 | (defface vc-dir-file '((t :inherit font-lock-function-name-face)) |
| 73 | "Face for files in VC-dir buffers." | 73 | "Face for files in VC-Dir buffers." |
| 74 | :group 'vc | 74 | :group 'vc |
| 75 | :version "28.1") | 75 | :version "28.1") |
| 76 | 76 | ||
| 77 | (defface vc-dir-mark-indicator '((t :inherit font-lock-type-face)) | 77 | (defface vc-dir-mark-indicator '((t :inherit font-lock-type-face)) |
| 78 | "Face for mark indicators in VC-dir buffers." | 78 | "Face for mark indicators in VC-Dir buffers." |
| 79 | :group 'vc | 79 | :group 'vc |
| 80 | :version "28.1") | 80 | :version "28.1") |
| 81 | 81 | ||
| 82 | (defface vc-dir-status-warning '((t :inherit font-lock-warning-face)) | 82 | (defface vc-dir-status-warning '((t :inherit font-lock-warning-face)) |
| 83 | "Face for warning status in VC-dir buffers." | 83 | "Face for warning status in VC-Dir buffers." |
| 84 | :group 'vc | 84 | :group 'vc |
| 85 | :version "28.1") | 85 | :version "28.1") |
| 86 | 86 | ||
| 87 | (defface vc-dir-status-edited '((t :inherit font-lock-variable-name-face)) | 87 | (defface vc-dir-status-edited '((t :inherit font-lock-variable-name-face)) |
| 88 | "Face for edited status in VC-dir buffers." | 88 | "Face for edited status in VC-Dir buffers." |
| 89 | :group 'vc | 89 | :group 'vc |
| 90 | :version "28.1") | 90 | :version "28.1") |
| 91 | 91 | ||
| 92 | (defface vc-dir-status-up-to-date '((t :inherit font-lock-builtin-face)) | 92 | (defface vc-dir-status-up-to-date '((t :inherit font-lock-builtin-face)) |
| 93 | "Face for up-to-date status in VC-dir buffers." | 93 | "Face for up-to-date status in VC-Dir buffers." |
| 94 | :group 'vc | 94 | :group 'vc |
| 95 | :version "28.1") | 95 | :version "28.1") |
| 96 | 96 | ||
| 97 | (defface vc-dir-status-ignored '((t :inherit shadow)) | 97 | (defface vc-dir-status-ignored '((t :inherit shadow)) |
| 98 | "Face for ignored or empty values in VC-dir buffers." | 98 | "Face for ignored or empty values in VC-Dir buffers." |
| 99 | :group 'vc | 99 | :group 'vc |
| 100 | :version "28.1") | 100 | :version "28.1") |
| 101 | 101 | ||
| @@ -1328,7 +1328,7 @@ specific headers." | |||
| 1328 | "\n")) | 1328 | "\n")) |
| 1329 | 1329 | ||
| 1330 | (defun vc-dir-refresh-files (files) | 1330 | (defun vc-dir-refresh-files (files) |
| 1331 | "Refresh some FILES in the *VC-dir* buffer." | 1331 | "Refresh some FILES in the *VC-Dir* buffer." |
| 1332 | (let ((def-dir default-directory) | 1332 | (let ((def-dir default-directory) |
| 1333 | (backend vc-dir-backend)) | 1333 | (backend vc-dir-backend)) |
| 1334 | (vc-set-mode-line-busy-indicator) | 1334 | (vc-set-mode-line-busy-indicator) |
| @@ -1377,7 +1377,7 @@ specific headers." | |||
| 1377 | (vc-dir-hide-state))) | 1377 | (vc-dir-hide-state))) |
| 1378 | 1378 | ||
| 1379 | (defun vc-dir-refresh () | 1379 | (defun vc-dir-refresh () |
| 1380 | "Refresh the contents of the *VC-dir* buffer. | 1380 | "Refresh the contents of the *VC-Dir* buffer. |
| 1381 | Throw an error if another update process is in progress." | 1381 | Throw an error if another update process is in progress." |
| 1382 | (interactive) | 1382 | (interactive) |
| 1383 | (if (vc-dir-busy) | 1383 | (if (vc-dir-busy) |
| @@ -1432,7 +1432,7 @@ Throw an error if another update process is in progress." | |||
| 1432 | (run-hooks 'vc-dir-refresh-hook)))))))))))) | 1432 | (run-hooks 'vc-dir-refresh-hook)))))))))))) |
| 1433 | 1433 | ||
| 1434 | (defun vc-dir-show-fileentry (file) | 1434 | (defun vc-dir-show-fileentry (file) |
| 1435 | "Insert an entry for a specific file into the current *VC-dir* listing. | 1435 | "Insert an entry for a specific file into the current *VC-Dir* listing. |
| 1436 | This is typically used if the file is up-to-date (or has been added | 1436 | This is typically used if the file is up-to-date (or has been added |
| 1437 | outside of VC) and one wants to do some operation on it." | 1437 | outside of VC) and one wants to do some operation on it." |
| 1438 | (interactive "fShow file: ") | 1438 | (interactive "fShow file: ") |