~protesilaos/ef-themes

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Compare files using 'file-equal-p'

Details
Message ID
<20220819170738.23603-1-philipk@posteo.net>
DKIM signature
pass
Download raw message
Patch: +1 -1
Doing so is generally more resilient and might avoid an unexpected
edge case in the future.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index f770f3d..dcaa7d6 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1385,7 +1385,7 @@ Those are stored in `ef-themes-faces' and
;;;###autoload
(when load-file-name
  (let ((dir (file-name-directory load-file-name)))
    (unless (equal dir (expand-file-name "themes/" data-directory))
    (unless (file-equal-p dir (expand-file-name "themes/" data-directory))
      (add-to-list 'custom-theme-load-path dir))))

(provide 'ef-themes)
-- 
2.37.2
Details
Message ID
<87k07417dq.fsf@protesilaos.com>
In-Reply-To
<20220819170738.23603-1-philipk@posteo.net> (view parent)
DKIM signature
pass
Download raw message
> From: Philip Kaludercic <philipk@posteo.net>
> Date: Fri, 19 Aug 2022 17:07:38 +0000
>
> Doing so is generally more resilient and might avoid an unexpected
> edge case in the future.
> ---
>  ef-themes.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Installed.  Thank you!

-- 
Protesilaos Stavrou
https://protesilaos.com
Reply to thread Export thread (mbox)