diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/vc-git.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-git.el b/lisp/vc/vc-git.el index 2d0ea9ce600..efe853e5eeb 100644 --- a/lisp/vc/vc-git.el +++ b/lisp/vc/vc-git.el | |||
| @@ -223,7 +223,7 @@ Should be consistent with the Git config value i18n.logOutputEncoding." | |||
| 223 | (concat name "\0")))))))) | 223 | (concat name "\0")))))))) |
| 224 | 224 | ||
| 225 | (defun vc-git--state-code (code) | 225 | (defun vc-git--state-code (code) |
| 226 | "Convert from a string to a added/deleted/modified state." | 226 | "Convert from a string to an added/deleted/modified state." |
| 227 | (pcase (string-to-char code) | 227 | (pcase (string-to-char code) |
| 228 | (?M 'edited) | 228 | (?M 'edited) |
| 229 | (?A 'added) | 229 | (?A 'added) |