diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-26 04:25:13 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-09-26 04:25:13 +0200 |
commit | 37fa240e6d3a1ecfce4fbbe61e4c096793e1d216 (patch) | |
tree | a6cc2086352dab0486e51ea7ce226e06b389a975 /elisp/geiser-plt.el | |
parent | 512a61cfa6725deb530485b0e19a1010eeeec31d (diff) | |
download | geiser-37fa240e6d3a1ecfce4fbbe61e4c096793e1d216.tar.gz geiser-37fa240e6d3a1ecfce4fbbe61e4c096793e1d216.tar.bz2 |
Letting implementations define their own file pattern matching rules.
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r-- | elisp/geiser-plt.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el index 00e3590..893b97a 100644 --- a/elisp/geiser-plt.el +++ b/elisp/geiser-plt.el @@ -175,6 +175,9 @@ This function uses `geiser-plt-init-file' if it exists." (display-help geiser-plt-external-help) (check-buffer geiser-plt-guess)) +(geiser-impl--add-to-alist 'regexp "\\.mzscheme\\.sl?s$" 'plt t) +(geiser-impl--add-to-alist 'regexp "\\.ss$" 'plt t) + (provide 'geiser-plt) ;;; geiser-plt.el ends here |