- 07 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-mode): Set comment-start-skip and comment-end. Set font-lock-keywords locally.
-
- 03 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-end-of-statement): New function. (pascal-indent-command): Now does optional lineups of : and =. (pascal-indent-case): Uses pascal-end-of-statement to skip the case statements. (pascal-indent-declaration): Indent correctly when record blocks are used within parameterlists. (pascal-declaration-beg): Strange -0 argument removed. (pascal-type-completion): Fix typo in regexp. (pascal-get-lineup-indent): Use match-end instead of end-of-line.
-
- 18 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 12 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-set-auto-comments): No comment after record block. (pascal-seperator-keywords): Renamed to pascal-separator-keywords. (pascal-get-lineup-indent): Handle multiple declarations on same line.
-
- 02 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
in for-loops, with-structures and else-structures. (pascal-noindent-re): Add `else'.
-
- 01 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 01 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-get-beg-of-line, pascal-get-end-of-line): Use defsubst. Renamed from get-... (pascal-within-string): Use defsubst. (delete-whitespaces): Function deleted; callers use delete-horizontal-space instead. (pascal-string-diff): Renamed from string-diff. Complete rewrite. Added an outline- minor-mode and completion.
-
- 08 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-