Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
fixed mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Maggi committed Aug 12, 2017
1 parent f0569f8 commit b602a27
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions src/chezscheme.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

;; Author: Marco Maggi <marco.maggi-ipsu@poste.it>
;; Created: Tue Dec 10, 2013
;; Time-stamp: <2017-08-12 07:17:55 marco>
;; Time-stamp: <2017-08-12 10:00:29 marco>
;; Keywords: languages

;; This file is part of Chez Scheme Mode.
Expand Down Expand Up @@ -178,9 +178,6 @@ For details on how to use it see `imenu-generic-expression'.")
\#| end of library |\# )
;;; end of file
;; Local Variables:
;; mode: chezscheme
;; End:
"))

;;; --------------------------------------------------------------------
Expand All @@ -190,9 +187,8 @@ For details on how to use it see `imenu-generic-expression'.")
(concat "
\
\#!r6rs
\(program \(" (chezscheme-p-stripped-file-name) "\)
\(import \(chezscheme\)
\(checks\)\)
\(import \(chezscheme\)
\(checks\)\)
\(check-set-mode! 'report-failed\)
\(check-display \"*** testing Chez Scheme libraries: stuff\\n\"\)
Expand All @@ -212,12 +208,7 @@ For details on how to use it see `imenu-generic-expression'.")
\(check-report\)
#| end of program |# \)
;;; end of file
;; Local Variables:
;; mode: chezscheme
;; End:
"))

;;; --------------------------------------------------------------------
Expand All @@ -227,8 +218,7 @@ For details on how to use it see `imenu-generic-expression'.")
(concat "
\
#!r6rs
\(program \(" (chezscheme-p-stripped-file-name) "\)
\(import \(chezscheme\)\)
\(import \(chezscheme\)\)
\
;;;; code
Expand All @@ -237,12 +227,7 @@ For details on how to use it see `imenu-generic-expression'.")
\
;;;; done
#| end of program |# \)
;;; end of file
;; Local Variables:
;; mode: chezscheme
;; End:
"))

;;; --------------------------------------------------------------------
Expand Down

0 comments on commit b602a27

Please sign in to comment.