branch: externals/phps-mode
commit 6ac718c6c9a7664c8cbf6b4d8b3ed4b5e3646ba8
Author: Christian Johansson <christ...@cvj.se>
Commit: Christian Johansson <christ...@cvj.se>

    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