[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] scratch/hyperbole b1db025326 01/15: * hload-path.el (hyperb:dir):
|
From: |
Stefan Monnier |
|
Subject: |
[elpa] scratch/hyperbole b1db025326 01/15: * hload-path.el (hyperb:dir): Use `macroexp-file-name` |
|
Date: |
Mon, 29 May 2023 23:02:00 -0400 (EDT) |
branch: scratch/hyperbole
commit b1db025326a960895b6bc37bfadd2a66b09a9939
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
* hload-path.el (hyperb:dir): Use `macroexp-file-name`
---
hload-path.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hload-path.el b/hload-path.el
index 3e9f4f0935..b71239b7a9 100644
--- a/hload-path.el
+++ b/hload-path.el
@@ -42,7 +42,9 @@ Use `hyperb:wsl-os-p' to test if running under WSL.")
;;; ************************************************************************
(defvar hyperb:dir (or (file-name-directory
- (or (and (stringp load-file-name) load-file-name)
+ (or (if (fboundp 'macroexp-file-name) ;Emacsā„28
+ (macroexp-file-name)
+ (and (stringp load-file-name) load-file-name))
(locate-file "hmouse-tag.el" load-path)
(hyperb:path-being-loaded)
""))
- [elpa] branch scratch/hyperbole created (now 4bdcd214e3), Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 1ddb9d3ad5 02/15: * hversion.el (hyperb:path-being-loaded): Delete function, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 0c2a101214 06/15: Fix compilation of test file, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 2800920ae6 12/15: * hui-select.el: Fix a few warnings and improve some docstrings, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 10948143c9 13/15: (man-show): Fix miscompilation, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole b1db025326 01/15: * hload-path.el (hyperb:dir): Use `macroexp-file-name`,
Stefan Monnier <=
- [elpa] scratch/hyperbole f519cae205 03/15: Try and avoid using `hyperb:stack-frame`, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 8894d83051 04/15: (kotl-mode:pre-self-insert-command): Use buffer-locally at top-level, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 963c6313d5 05/15: Get rid of `hyperb:stack-frame`, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 762fb43807 07/15: (kview:char-visible-p): Delete function, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 21746cca6a 08/15: * hact.el: Fix broken lexical-binding cookie, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 63a7e27454 11/15: * hycontrol.el (hycontrol-windows-mode-map): Don't autoload, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole e2d8b5e555 14/15: Fix a few minor miscompilations and warnings, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 7f44544723 10/15: hyperbole-autoloads.el: Remove needless definitions, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole 4bdcd214e3 15/15: * hyrolo.el: A few cosmetic tweaks, Stefan Monnier, 2023/05/29
- [elpa] scratch/hyperbole d290f19c21 09/15: * hyperbole.el: Preload `kotl-autoloads`, Stefan Monnier, 2023/05/29