aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-08 13:39:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-08 13:39:22 +0000
commite258acb7419001ee0fb03d33d3d2c755dc0bd5af (patch)
tree744195074e6fb11ce9b2ebeea374d08061779f93 /elisp
parent1e007b08dcb6751ae6f26638e354325b90a7f875 (diff)
downloadmailfromd-e258acb7419001ee0fb03d33d3d2c755dc0bd5af.tar.gz
mailfromd-e258acb7419001ee0fb03d33d3d2c755dc0bd5af.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1489 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'elisp')
-rw-r--r--elisp/mfl-mode.el8
1 files changed, 2 insertions, 6 deletions
diff --git a/elisp/mfl-mode.el b/elisp/mfl-mode.el
index e9488001..b9f5af43 100644
--- a/elisp/mfl-mode.el
+++ b/elisp/mfl-mode.el
@@ -44,13 +44,9 @@
(unless mfl-mode-syntax-table
(setq mfl-mode-syntax-table (make-syntax-table))
-; (modify-syntax-entry ?\# "<" mfl-mode-syntax-table)
-; (modify-syntax-entry ?\n ">" mfl-mode-syntax-table)
(modify-syntax-entry ?\t "-" mfl-mode-syntax-table)
- (modify-syntax-entry ?\( "(" mfl-mode-syntax-table)
- (modify-syntax-entry ?\) ")" mfl-mode-syntax-table)
-; (modify-syntax-entry ?\` "(" mfl-mode-syntax-table)
-; (modify-syntax-entry ?\' ")\"" mfl-mode-syntax-table)
+ (modify-syntax-entry ?\( "()" mfl-mode-syntax-table)
+ (modify-syntax-entry ?\) ")(" mfl-mode-syntax-table)
(modify-syntax-entry ?\' "\"" mfl-mode-syntax-table)
(modify-syntax-entry ?\" "\"" mfl-mode-syntax-table)
(modify-syntax-entry ?\\ "\\" mfl-mode-syntax-table)

Return to:

Send suggestions and report system problems to the System administrator.