forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-emacs/racket-mode: install racket files to SITEETC; BDEPEND for raco
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
app-emacs/racket-mode/files/racket-mode-racket-util.el-defvar.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
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. ") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters