1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-21 03:00:19 +02:00

Add 'record-case' to '.dir-locals.el'.

* module/language/tree-il/fix-letrec.scm (fix-letrec): Remove "Local
Variables" bit.
* .dir-locals.el (scheme-mode): Add 'record-case'.
This commit is contained in:
Ludovic Courtès 2023-02-11 23:46:37 +01:00
parent 52465f0ce7
commit 821e0f9cd5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 1 additions and 4 deletions

View file

@ -318,7 +318,3 @@
(else x)))
x)))
;;; Local Variables:
;;; eval: (put 'record-case 'scheme-indent-function 1)
;;; End: