dot/emacs: Clean up the regexp for Debian `changelog' files.
[profile] / dot / emacs
index 54bb325..7c2e73f 100644 (file)
--- 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\\'")