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

Commit

Permalink
select petite-chez as scheme program name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Maggi committed Aug 12, 2017
1 parent 1a73e2a commit f0569f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:07:25 marco>
;; Time-stamp: <2017-08-12 07:17:55 marco>
;; Keywords: languages

;; This file is part of Chez Scheme Mode.
Expand Down Expand Up @@ -951,7 +951,7 @@ the others have to have small indentation.
scheme-mode "Chez Scheme"
"Major mode for Chez Scheme source code.
\\{chezscheme-mode-map}"
(setq scheme-program-name "chezscheme")
(setq scheme-program-name "petite-chez")
(setq imenu-generic-expression chezscheme-imenu-generic-expression)
(chezscheme-setup-font-locking)
(chezscheme-setup-indentation))
Expand Down

0 comments on commit f0569f8

Please sign in to comment.