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

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

[nongnu] elpa/d-mode 2d6f15d 049/346: Update the date of the file to bet


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 2d6f15d 049/346: Update the date of the file to better represent reality.
Date: Sun, 29 Aug 2021 11:00:02 -0400 (EDT)

branch: elpa/d-mode
commit 2d6f15d162b3c2ca2d21920a590d29c6f7ee48bc
Author: Russel Winder <russel@winder.org.uk>
Commit: Russel Winder <russel@winder.org.uk>

    Update the date of the file to better represent reality.
---
 d-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/d-mode.el b/d-mode.el
index 0bfdc50..47168a1 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -6,7 +6,7 @@
 ;; Contributors:  Russel Winder
 ;; Maintainer:  Russel Winder
 ;; Created:  March 2007
-;; Date:  2013-07-22
+;; Date:  2014-02-06
 ;; Version:  2.0.7-SNAPSHOT
 ;; Keywords:  D programming language emacs cc-mode
 
@@ -440,13 +440,13 @@ Key bindings:
   (cc-imenu-init d-imenu-generic-expression))
 
 ;; Hideous hacks!
-;; 
+;;
 ;; * auto/immutable: If we leve them in c-modifier-kwds (like
 ;;   c++-mode) then in the form "auto var;" var will be highlighted in
 ;;   type name face. Moving auto/immutable to font-lock-add-keywords
 ;;   lets cc-mode seeing them as a type name, so the next symbol can
 ;;   be fontified as a variable.
-;; 
+;;
 ;; * public/protected/private appear both in c-modifier-kwds and in
 ;;   c-protection-kwds. This causes cc-mode to fail parsing the first
 ;;   declaration after an access level label (because cc-mode trys to



reply via email to

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