1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-08 20:58:58 +00:00

Fix typos.

This commit is contained in:
Dan Nicolaescu 2008-05-31 15:29:36 +00:00
parent 9fc36123d7
commit 17996b53fd

View File

@ -870,7 +870,7 @@ state."
((string-match "Locally Added" status-str) 'added)
((string-match "Locally Removed" status-str) 'removed)
((string-match "File had conflicts " status-str) 'conflict)
((string-match "Unknown" 'unregistered))
((string-match "Unknown" status-str) 'unregistered)
(t 'edited)))
(unless (eq status 'up-to-date)
(push (list file status) result)))