emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ssh-deploy 3c5fe09 037/133: More work on diff mode cosm


From: Stefan Monnier
Subject: [elpa] externals/ssh-deploy 3c5fe09 037/133: More work on diff mode cosmetic changes
Date: Sat, 27 Mar 2021 14:48:39 -0400 (EDT)

branch: externals/ssh-deploy
commit 3c5fe09d2908a3a3f148dc861f10f07b51e8b191
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    More work on diff mode cosmetic changes
---
 ssh-deploy-diff-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ssh-deploy-diff-mode.el b/ssh-deploy-diff-mode.el
index e126b47..1bff6b8 100644
--- a/ssh-deploy-diff-mode.el
+++ b/ssh-deploy-diff-mode.el
@@ -49,7 +49,7 @@
     )
   "Use list of keywords to build regular expression for syntax highlighting.")
 
-(defconst ssh-deploy-diff-mode--font-lock-keyword
+(defconst ssh-deploy-diff-mode--font-lock-keywords
   (let ((regex (concat "\\<" (regexp-opt ssh-deploy-diff-mode--keywords t) 
"\\>")))
     (list
      `(,regex . font-lock-builtin-face)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]