mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(f90-mode-syntax-table): Change backslash to escape, not charquote.
This commit is contained in:
parent
713c3fb16e
commit
029ec30f69
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ whether to blink the matching beginning."
|
|||
(modify-syntax-entry ?= "." f90-mode-syntax-table)
|
||||
(modify-syntax-entry ?* "." f90-mode-syntax-table)
|
||||
(modify-syntax-entry ?/ "." f90-mode-syntax-table)
|
||||
(modify-syntax-entry ?\\ "/" f90-mode-syntax-table)) ; escape chars
|
||||
(modify-syntax-entry ?\\ "\\" f90-mode-syntax-table)) ; escape chars
|
||||
|
||||
;; keys
|
||||
(defvar f90-mode-map ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue