1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Trailing whitespace deleted.

This commit is contained in:
Juanma Barranquero 2003-02-04 13:30:45 +00:00
parent a1506d2977
commit db95369be0
43 changed files with 728 additions and 729 deletions

View file

@ -626,7 +626,7 @@ display tables, and the language environment options as appropriate."
;; which are supported on all platforms.)
(let* ((i 128)
(modify (function
(lambda (ch sy)
(lambda (ch sy)
(modify-syntax-entry ch sy text-mode-syntax-table)
(if (boundp 'tex-mode-syntax-table)
(modify-syntax-entry ch sy tex-mode-syntax-table))