diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 18:26:30 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2012-09-15 18:26:30 +0200 |
commit | 4c73b39cd18657eba4e8516399258a29d72a171c (patch) | |
tree | 942d4b493ed70954bbe30ee7b517e584159d429d | |
parent | 6a4e0ff00cae39d15a6394a63aac514d97c8542b (diff) | |
download | geiser-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |