diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-24 16:03:35 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-24 16:03:35 +0200 |
commit | d80c42a067f4eb70c9a4bc159a82912c76a99e74 (patch) | |
tree | 1aed82507e2bc2c0acc15165cacb3d2fcfb7bb57 /elisp/geiser-plt.el | |
parent | ee5b403d2d99ed6722063040a5328cf351b20144 (diff) | |
download | geiser-guile-d80c42a067f4eb70c9a4bc159a82912c76a99e74.tar.gz geiser-guile-d80c42a067f4eb70c9a4bc159a82912c76a99e74.tar.bz2 |
Assignment of ss files to plt as a customization.
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: |