From 01a478c25beae3abbed42c8515ff7d7b1b2157a4 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 28 Mar 2013 00:02:38 +0000 Subject: [PATCH] dot/emacs: Clean up the regexp for Debian `changelog' files. The grouping and indentation was all over the place. Sorry. --- dot/emacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot/emacs b/dot/emacs index 54bb325..7c2e73f 100644 --- a/dot/emacs +++ b/dot/emacs @@ -46,8 +46,8 @@ (add-to-list 'auto-mode-alist `(,(concat "/debian/" "\\(" - "[" "[:lower:][:digit:]]" - "[[:lower:][:digit:].+-" "]+" + "[" "[:lower:]" "[:digit:]" "]" + "[" "[:lower:]" "[:digit:]" ".+-" "]+" "\\." "\\)?" "changelog\\'") -- 2.11.0