diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 830444feee6..6670ed68e9a 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -513,7 +513,7 @@ lock steals will raise an error." (set (make-local-variable 'vc-parent-buffer) parent) (set (make-local-variable 'vc-parent-buffer-name) (concat " from " (buffer-name vc-parent-buffer))) - (vc-mode-line (if file (file-name-nondirectory file) " (no file)")) + (vc-mode-line (or file " (no file)")) (vc-log-mode) (setq vc-log-operation action) (setq vc-log-file file) |