From 755e7e9345b7d9861b9d586af4aa79021a4f4be8 Mon Sep 17 00:00:00 2001 From: Sebastien Delafond Date: Thu, 10 Aug 2017 22:18:11 +0000 Subject: Add ignored & postponed to the list of keywords handled by emacs' cvelist-mode git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54589 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- conf/cvelist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/cvelist.el b/conf/cvelist.el index cf28be27de..0b71319781 100644 --- a/conf/cvelist.el +++ b/conf/cvelist.el @@ -32,7 +32,7 @@ ("^\t\\(RESERVED\\|NOT-FOR-US\\|REJECTED\\)" . font-lock-keyword-face) ("^CVE-[0-9]\\{4\\}-[0-9X]\\{4,7\\}" "\\[\\(.*\\)\\]$" nil nil (1 font-lock-variable-name-face)) ("\\" . font-lock-warning-face) - ("\\" . font-lock-constant-face)) + ("\\" . font-lock-constant-face)) "Keyword highlighting for `debian-cvelist-mode'") (defun debian-cvelist-is-cve () -- cgit v1.2.3