comparison lisp/syntax.el @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 41ff10fd062f
children
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
181 between expressions. 181 between expressions.
182 a means C is comment starter or comment ender for comment style a (default) 182 a means C is comment starter or comment ender for comment style a (default)
183 b means C is comment starter or comment ender for comment style b." 183 b means C is comment starter or comment ender for comment style b."
184 (interactive 184 (interactive
185 ;; I really don't know why this is interactive 185 ;; I really don't know why this is interactive
186 ;; help-form should at least be made useful whilst reading the second arg 186 ;; help-form should at least be made useful while reading the second arg
187 "cSet syntax for character: \nsSet syntax for %c to: ") 187 "cSet syntax for character: \nsSet syntax for %c to: ")
188 (cond ((syntax-table-p table)) 188 (cond ((syntax-table-p table))
189 ((not table) 189 ((not table)
190 (setq table (syntax-table))) 190 (setq table (syntax-table)))
191 (t 191 (t