changeset 25756:b06b45ba82bb

Fix paren error.
author Dave Love <fx@gnu.org>
date Sun, 19 Sep 1999 14:36:56 +0000
parents 93cef6bdf4a6
children f599bb706c60
files lisp/international/latin-9.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/latin-9.el	Sat Sep 18 05:23:24 1999 +0000
+++ b/lisp/international/latin-9.el	Sun Sep 19 14:36:56 1999 +0000
@@ -109,7 +109,7 @@
   (set-case-syntax-pair 221 253 tbl)	;latin letter y with acute
   (set-case-syntax-pair 222 254 tbl)	;latin letter thorn
   (set-case-syntax 223 "w" tbl)		;latin small letter sharp s
-  (set-case-syntax 247 "_" tbl)		;division sign
+  (set-case-syntax 247 "_" tbl))	;division sign
 
 ;; When preloading this file, don't provide the feature.
 ;; Explicit `require' is used to load this for 8-bit characters.