diff options
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r-- | elisp/geiser-plt.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index aadca41..63eb53f 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -157,8 +157,7 @@ This function uses `geiser-plt-init-file' if it exists." (or (save-excursion (goto-char (point-min)) (re-search-forward "#lang " nil t)) - (geiser-plt--explicit-module) - (string-equal (file-name-extension (or (buffer-file-name) "")) "ss"))) + (geiser-plt--explicit-module))) ;;; Implementation definition: |