emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/async 0efee626a4: Add reference to Emacs bug/58446 in c


From: ELPA Syncer
Subject: [elpa] externals/async 0efee626a4: Add reference to Emacs bug/58446 in comment
Date: Fri, 14 Oct 2022 11:57:17 -0400 (EDT)

branch: externals/async
commit 0efee626a44f794e061850f605364310953b6b7a
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add reference to Emacs bug/58446 in comment
---
 dired-async.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dired-async.el b/dired-async.el
index 578b53070d..4f8a6f5116 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -196,7 +196,7 @@ See `file-attributes'."
 (defsubst dired-async--same-device-p (f1 f2)
   "Return non-nil if F1 and F2 have the same device number."
   ;; file-attribute-device-number may be a cons cell, so use equal for
-  ;; testing (this is probably an emacs bug if we refer to its doctring).
+  ;; testing (See Emacs bug/58446).
   (equal (file-attribute-device-number (file-attributes f1))
          (file-attribute-device-number (file-attributes f2))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]