branch: elpa/d-mode
commit 3d0b55e10e6fbc8d62e0c219d408b87f487acec7
Author: Russel Winder <[email protected]>
Commit: Russel Winder <[email protected]>

    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