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

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

[nongnu] elpa/annotate bf21bafa6a 2/5: - renamed variable to respect a s


From: ELPA Syncer
Subject: [nongnu] elpa/annotate bf21bafa6a 2/5: - renamed variable to respect a stylistic convention.
Date: Sat, 10 Dec 2022 10:58:30 -0500 (EST)

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

    - renamed variable to respect a stylistic convention.
---
 annotate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index 1fb7c2b3ae..9aae8d481a 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1728,9 +1728,9 @@ 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 (or (file-remote-p short-filename)
+         (expandp         (not (or (file-remote-p short-filename)
                                    (annotate-info-root-dir-p short-filename))))
-         (actual-filename (if expand-p
+         (actual-filename (if expandp
                               (expand-file-name short-filename)
                             short-filename)))
     (annotate-make-record actual-filename



reply via email to

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