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

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

[elpa] externals/phps-mode 6ac718c 104/405: Removed non-breaking space f


From: Stefan Monnier
Subject: [elpa] externals/phps-mode 6ac718c 104/405: Removed non-breaking space from syntax table
Date: Sat, 13 Jul 2019 09:59:53 -0400 (EDT)

branch: externals/phps-mode
commit 6ac718c6c9a7664c8cbf6b4d8b3ed4b5e3646ba8
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    Removed non-breaking space from syntax table
---
 phps-syntax-table.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/phps-syntax-table.el b/phps-syntax-table.el
index e98ccb0..da065c0 100644
--- a/phps-syntax-table.el
+++ b/phps-syntax-table.el
@@ -46,11 +46,7 @@
 
 
     ;; WHITE-SPACE
-
-
-    ;; Treat non-breaking spaces as white-space
-    (modify-syntax-entry ?\xa0 " " phps-mode/syntax-table)
-
+    
     ;; Treat spaces as white-space
     (modify-syntax-entry ?\s  " " phps-mode/syntax-table)
 



reply via email to

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