summaryrefslogtreecommitdiffstats
path: root/emacsconf.el
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-14 23:47:05 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-14 23:47:05 -0400
commit682d4346f3b084004604d438617544332d9c72e1 (patch)
tree7ef39489d5bb0e6a737d65cb52cd30af2009acff /emacsconf.el
parent1cf48d4127418a4af6f1d203a3c2b4d2c8032a99 (diff)
downloademacsconf-el-682d4346f3b084004604d438617544332d9c72e1.tar.xz
emacsconf-el-682d4346f3b084004604d438617544332d9c72e1.zip
include extension for emacsconf-el links
Diffstat (limited to 'emacsconf.el')
-rw-r--r--emacsconf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf.el b/emacsconf.el
index 37bfc83..c873254 100644
--- a/emacsconf.el
+++ b/emacsconf.el
@@ -1599,7 +1599,7 @@ tracks with the ID in the cdr of that list."
(defun emacsconf-el-complete ()
"Complete a file from the Emacsconf Elisp library."
(concat "emacsconf-el:"
- (file-name-base
+ (file-name-nondirectory
(read-file-name
"File: "
(file-name-directory (locate-library "emacsconf.el"))))))