emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/scheme.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/scheme.el
Date: Sun, 20 Feb 2005 07:05:10 -0500

Index: emacs/lisp/progmodes/scheme.el
diff -c emacs/lisp/progmodes/scheme.el:1.48 emacs/lisp/progmodes/scheme.el:1.49
*** emacs/lisp/progmodes/scheme.el:1.48 Fri Jan 28 18:57:45 2005
--- emacs/lisp/progmodes/scheme.el      Sun Feb 20 12:05:09 2005
***************
*** 330,335 ****
--- 330,339 ----
               "map" "syntax" "syntax-rules") t)
        "\\>") 1)
        ;;
+       ;; It wouldn't be Scheme w/o named-let.
+       '("(let\\s-+\\(\\sw+\\)"
+         (1 font-lock-function-name-face))
+       ;;
        ;; David Fox <address@hidden> for SOS/STklos class specifiers.
        '("\\<<\\sw+>\\>" . font-lock-type-face)
        ;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]