emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master f4e3f36 3/9: Add gv-letplace support.


From: Jackson Ray Hamilton
Subject: [elpa] master f4e3f36 3/9: Add gv-letplace support.
Date: Fri, 13 Nov 2015 05:39:53 +0000

branch: master
commit f4e3f3612f8793c31700e131b4f579ac5c8a3011
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Add gv-letplace support.
---
 context-coloring.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 0fe1427..3010739 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -930,7 +930,8 @@ Parsing the header with CALLBACK."
       (puthash callee #'context-coloring-elisp-colorize-condition-case table))
     (dolist (callee '("dolist" "dotimes"))
       (puthash callee #'context-coloring-elisp-colorize-dolist table))
-    (puthash "let" #'context-coloring-elisp-colorize-let table)
+    (dolist (callee '("let" "gv-letplace"))
+      (puthash callee #'context-coloring-elisp-colorize-let table))
     (puthash "let*" #'context-coloring-elisp-colorize-let* table)
     (puthash "lambda" #'context-coloring-elisp-colorize-lambda table)
     (puthash "cond" #'context-coloring-elisp-colorize-cond table)



reply via email to

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