From cfd2cf1add56f1604e64704ed0c34253739cf473 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Apr 2008 14:55:15 +0100 Subject: [PATCH] dot-emacs: Add new Python `with' keyword. --- dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot-emacs.el b/dot-emacs.el index e2e8998..7dd4743 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -1220,7 +1220,7 @@ strip numbers instead." "del" "elif" "else" "except" "exec" "finally" "for" "from" "global" "if" "import" "in" "is" "lambda" "not" "or" "pass" "print" "raise" "return" "try" - "while" "yield")))) + "with" "while" "yield")))) (setq font-lock-keywords (list -- 2.11.0