From 81552cf6913d93caf47c0c1b7863af214cb447b1 Mon Sep 17 00:00:00 2001 From: Matthias Meulien Date: Tue, 3 Jun 2014 21:59:59 +0200 Subject: [PATCH] python.el: Fix missing char while inserting class skeleton --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 436442d..ef433eb 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -2983,7 +2983,7 @@ The skeleton will be bound to python-skeleton-NAME." "class " str "(" ("Inheritance, %s: " (unless (equal ?\( (char-before)) ", ") str) - & ")" | -2 + & ")" | -1 ":" \n "\"\"\"" - "\"\"\"" \n > _ \n) -- 1.9.3