summaryrefslogtreecommitdiff
path: root/lisp/term/internal.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term/internal.el')
-rw-r--r--lisp/term/internal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index a62f8647b87..8b22a0e02c2 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -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))