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

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

[nongnu] elpa/annotate c7a94a46c7 1/5: - restored annotation of info fil


From: ELPA Syncer
Subject: [nongnu] elpa/annotate c7a94a46c7 1/5: - restored annotation of info files.
Date: Sat, 10 Dec 2022 10:58:30 -0500 (EST)

branch: elpa/annotate
commit c7a94a46c7f001b5f55dcc339b268efa15e18f7f
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - restored annotation of info files.
---
 annotate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index b5ae6e6f32..1fb7c2b3ae 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1728,8 +1728,8 @@ annotation."
   (let* ((short-filename  (annotate-filename-from-dump    record))
          (annotations     (annotate-annotations-from-dump record))
          (file-checksum   (annotate-checksum-from-dump    record))
-         (expand-p        (not (eq (ignore-errors (annotate-guess-file-format 
short-filename))
-                                   :info)))
+         (expand-p        (not (or (file-remote-p short-filename)
+                                   (annotate-info-root-dir-p short-filename))))
          (actual-filename (if expand-p
                               (expand-file-name short-filename)
                             short-filename)))



reply via email to

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