1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(prolog-mode-syntax-table): Make newline end comments.

This commit is contained in:
Richard M. Stallman 1994-07-12 03:10:30 +00:00
parent a5282b8fe2
commit 673f4fc6c4

View file

@ -59,6 +59,7 @@ nil means send actual operating system end of file.")
(modify-syntax-entry ?- "." table)
(modify-syntax-entry ?= "." table)
(modify-syntax-entry ?% "<" table)
(modify-syntax-entry ?\n ">" table)
(modify-syntax-entry ?< "." table)
(modify-syntax-entry ?> "." table)
(modify-syntax-entry ?\' "\"" table)