From 3031d1096fcd814bf2965fe021ce833f3e5c8f5a Mon Sep 17 00:00:00 2001 From: Anastasios Grammenos Date: Sat, 26 Sep 2020 14:14:36 +0300 Subject: Simplify fcomp--make syntax table --- fcomp.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fcomp.el') diff --git a/fcomp.el b/fcomp.el index e765162..68d0081 100644 --- a/fcomp.el +++ b/fcomp.el @@ -145,7 +145,7 @@ and `fcomp-extra-valid-chars' as part of a word." (mapc (lambda (char) (modify-syntax-entry char "w" table)) fcomp-extra-valid-chars)) (modify-syntax-entry ?- "w" table) (modify-syntax-entry ?_ "w" table) - (copy-syntax-table table))) + table)) (defun fcomp-get-canditates (word) "Return a list of candidates for WORD curated by fcomp." @@ -170,4 +170,3 @@ Requires fcomp. Get it at URL `https://git.eyesin.space/git/fcomp'" (provide 'fcomp) ;;; fcomp.el ends here - -- cgit v1.2.3