comparison lisp/progmodes/pascal.el @ 47263:21c763762fb2

(pascal-start-keywords): Fix spacing.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 06 Sep 2002 07:16:42 +0000
parents c440fcd3adb0
children 0d8b17d428b5
comparison
equal deleted inserted replaced
47262:1c1d47728dc8 47263:21c763762fb2
250 '("begin" "end" "function" "procedure" "repeat" "until" "while" 250 '("begin" "end" "function" "procedure" "repeat" "until" "while"
251 "read" "readln" "reset" "rewrite" "write" "writeln") 251 "read" "readln" "reset" "rewrite" "write" "writeln")
252 "*Keywords to complete when standing at the first word of a statement. 252 "*Keywords to complete when standing at the first word of a statement.
253 These are keywords such as begin, repeat, until, readln. 253 These are keywords such as begin, repeat, until, readln.
254 The procedures and variables defined within the Pascal program 254 The procedures and variables defined within the Pascal program
255 are handled in another way, and should not be added to this list." 255 are handled in another way, and should not be added to this list."
256 :type '(repeat (string :tag "Keyword")) 256 :type '(repeat (string :tag "Keyword"))
257 :group 'pascal) 257 :group 'pascal)
258 258
259 (defcustom pascal-separator-keywords 259 (defcustom pascal-separator-keywords
260 '("downto" "else" "mod" "div" "then") 260 '("downto" "else" "mod" "div" "then")