* progmodes/scheme.el: Add indentation and font-locking for λ.

Fixes: debbugs:13975
This commit is contained in:
Leo Liu 2013-03-16 23:24:39 +08:00
parent efe8bf5d9b
commit 67ed8fcd04
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-03-16 Leo Liu <sdl.web@gmail.com>
* progmodes/scheme.el: Add indentation and font-locking for λ.
(Bug#13975)
2013-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/smie.el (smie-auto-fill): Don't inf-loop if there's no

View file

@ -310,7 +310,7 @@ See `run-hooks'."
"(" (regexp-opt
'("begin" "call-with-current-continuation" "call/cc"
"call-with-input-file" "call-with-output-file" "case" "cond"
"do" "else" "for-each" "if" "lambda"
"do" "else" "for-each" "if" "lambda" "λ"
"let" "let*" "let-syntax" "letrec" "letrec-syntax"
;; SRFI 11 usage comes up often enough.
"let-values" "let*-values"
@ -410,6 +410,7 @@ that variable's value is a string."
(put 'make 'scheme-indent-function 1)
(put 'style 'scheme-indent-function 1)
(put 'root 'scheme-indent-function 1)
(put 'scheme-indent-function 1)
(defvar dsssl-font-lock-keywords
(eval-when-compile