From d62c2ae35126656cae29b8d9809538d67d8ef1da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Fri, 18 Apr 2014 03:53:42 +0200 Subject: [PATCH] FUEL: some more chars that often are used in word names --- misc/fuel/factor-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/fuel/factor-mode.el b/misc/fuel/factor-mode.el index 0a93bd8910..1ef2969268 100644 --- a/misc/fuel/factor-mode.el +++ b/misc/fuel/factor-mode.el @@ -887,6 +887,9 @@ With prefix, non-existing files will be created." (modify-syntax-entry ?* "_" table) (modify-syntax-entry ?- "_" table) (modify-syntax-entry ?\; "_" table) + (modify-syntax-entry ?\' "_" table) + (modify-syntax-entry ?^ "_" table) + (modify-syntax-entry ?~ "_" table) (modify-syntax-entry ?\( "()" table) (modify-syntax-entry ?\) ")(" table) (modify-syntax-entry ?\{ "(}" table)