[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 8af6b3e: ; Fix a typo by last commit
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 8af6b3e: ; Fix a typo by last commit |
Date: |
Fri, 13 Sep 2019 08:33:15 -0400 (EDT) |
branch: master
commit 8af6b3ef425bb1f74d8d32b92731d32b8600e745
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
; Fix a typo by last commit
---
lisp/shadowfile.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el
index 3bee411..72491b9 100644
--- a/lisp/shadowfile.el
+++ b/lisp/shadowfile.el
@@ -628,7 +628,7 @@ Consider them as regular expressions if third arg REGEXP is
true."
(shadow-parse-name file))))
(when shadow-debug
(message
- "shadow-shadows-of: %s %s %s"
+ "shadow-shadows-of-1: %s %s %s"
file (shadow-parse-name file) realname))
(mapcar
(function
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 8af6b3e: ; Fix a typo by last commit,
Michael Albinus <=