You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
419 B

index 0992711..a8897b4 100644
--- a/racket-util.el
+++ b/racket-util.el
@@ -93,7 +93,7 @@ When installed as a package, this can be found from the variable
`load-file-name'. When developing interactively, get it from the
.el buffer file name.")
-(defconst racket--rkt-source-dir
+(defvar racket--rkt-source-dir
(expand-file-name "./racket/" racket--el-source-dir)
"Path to dir of our Racket source files. ")