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

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

[nongnu] elpa/d-mode 3d0b55e 051/346: Debian Sid only has Emacs 24.3. Ch


From: ELPA Syncer
Subject: [nongnu] elpa/d-mode 3d0b55e 051/346: Debian Sid only has Emacs 24.3. Changed the version number and the fix for backslash in backticks works fine.
Date: Sun, 29 Aug 2021 11:00:02 -0400 (EDT)

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

    Debian Sid only has Emacs 24.3. Changed the version number and the fix for 
backslash in backticks works fine.
---
 d-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/d-mode.el b/d-mode.el
index ffff48f..7a6d259 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -438,7 +438,7 @@ Key bindings:
   (c-run-mode-hooks 'c-mode-common-hook 'd-mode-hook)
   (c-update-modeline)
   (cc-imenu-init d-imenu-generic-expression)
-  (when (version<= "24.4" emacs-version)
+  (when (version<= "24.3" emacs-version)
     (setq-local syntax-propertize-function
             (syntax-propertize-rules ("`\\(\\\\\\)`" (1 "."))))))
 



reply via email to

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