bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#51523: 29.0.50; gnus-mime-view-part-externally very slow


From: Gregory Heytings
Subject: bug#51523: 29.0.50; gnus-mime-view-part-externally very slow
Date: Wed, 03 Nov 2021 15:20:08 +0000


-        (sym (concat (symbol-name tag) "@" file))
+        (sym (concat (symbol-name tag) "@"
+                      (if (file-name-absolute-p file)
+                          file
+                        (expand-file-name file))))

(cons tag (if (file-name-absolute-p file) file (expand-file-name file)))

is more efficient.


I don't see a performance impact in my tests, but I'll trust the master.

Attachment: Further-improvement-of-file-has-changed-p.patch
Description: Text Data


reply via email to

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