summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsg <>2004-04-15 01:52:12 +0000
committerpsg <>2004-04-15 01:52:12 +0000
commit8e14b9c0027ee1306bf8021de7e1c4c699c66e67 (patch)
tree7f9aefa802533e59a0a04e5e526c6dc5ab40d99d
parent72791ac4647056b306a92caabc04156c42595184 (diff)
debian-changelog-mode.el: V1.78 14Apr2004
- debian-changelog-mode.el: "Should mark line beginning with a tab as invalid". Thanks to Michel Daenzer (Closes: #235310).
-rw-r--r--debian-changelog-mode.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian-changelog-mode.el b/debian-changelog-mode.el
index 8e1b05d..d868b25 100644
--- a/debian-changelog-mode.el
+++ b/debian-changelog-mode.el
@@ -290,6 +290,8 @@
;; V1.78 14Apr2004 Peter S Galbraith <psg@debian.org>
;; - debian-changelog-setdistribution: Dismiss warning window when setting
;; distribution to security. Thanks to Martin Schulze (Closes: #234730)
+;; - Should mark line beginning with a tab as invalid. Fontified in warning
+;; face. Thanks to Michel Daenzer (Closes: #235310).
;;; Acknowledgements: (These people have contributed)
;; Roland Rosenfeld <roland@debian.org>
@@ -1290,6 +1292,7 @@ interface to set it, or simply set the variable
"\\(closes:\\)[ \t\n]*\\(\\(bug\\)?#? *[0-9]+\\(,[ \t\n]*\\(bug\\)?#? *[0-9]+\\)*\\)"
(1 font-lock-keyword-face)
(2 debian-changelog-warning-face))
+ '("^\t.*$" . debian-changelog-warning-face)
;; maintainer line (enforce 2 space exactly between email and date)
'("^ -- \\(.+\\) <\\(.+@.+\\)> \\([^ ].+\\)$"
(1 font-lock-variable-name-face)