summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 18:26:30 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-09-15 18:26:30 +0200
commit4c73b39cd18657eba4e8516399258a29d72a171c (patch)
tree942d4b493ed70954bbe30ee7b517e584159d429d
parent6a4e0ff00cae39d15a6394a63aac514d97c8542b (diff)
downloadgeiser-4c73b39cd18657eba4e8516399258a29d72a171c.tar.gz
geiser-4c73b39cd18657eba4e8516399258a29d72a171c.tar.bz2
racket: correctly jump to symbols defined in .ss modules0.2.1
Racket is returning by default their canonical "rkt" name, which sometimes is not what's in the filesystem.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 68ac481..9788b2b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ Bug fixes:
- Racket: correctly reloading modules that contain submodules (this
one was breaking for instance code based on plai-typed).
+ - Racket: correctly jumping to symbols defined in files with .ss
+ extension.
New features: