projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65274ab
)
Clean up conf-mode-syntax-table slightly
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 28 Jul 2019 09:48:32 +0000
(11:48 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 28 Jul 2019 10:26:08 +0000
(12:26 +0200)
* lisp/textmodes/conf-mode.el (conf-mode-syntax-table): Remove
superfluous backslash in ?\'.
lisp/textmodes/conf-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/conf-mode.el
b/lisp/textmodes/conf-mode.el
index 27970096f3bc3fcec57c3095d67cd7889ecb52aa..3b3d5d4ff20109c8148be26b7031a2dc6197e792 100644
(file)
--- a/
lisp/textmodes/conf-mode.el
+++ b/
lisp/textmodes/conf-mode.el
@@
-135,7
+135,7
@@
not align (only setting space according to `conf-assignment-space')."
(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 ?\n ">" table)
(modify-syntax-entry ?\r ">" table)