Mercurial > hg > xemacs-beta
comparison lisp/modes/pascal.el @ 32:e04119814345 r19-15b99
Import from CVS: tag r19-15b99
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:56 +0200 |
parents | ec9a17fef872 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
31:b9328a10c56c | 32:e04119814345 |
---|---|
185 | 185 |
186 (defvar pascal-case-indent 2 | 186 (defvar pascal-case-indent 2 |
187 "*Indentation for case statements.") | 187 "*Indentation for case statements.") |
188 | 188 |
189 (defvar pascal-auto-newline nil | 189 (defvar pascal-auto-newline nil |
190 "*Non-nil means automatically newline after semicolons and the punctation mark | 190 "*Non-nil means automatically newline after semicolons and the punctuation mark |
191 after an end.") | 191 after an end.") |
192 | 192 |
193 (defvar pascal-tab-always-indent t | 193 (defvar pascal-tab-always-indent t |
194 "*Non-nil means TAB in Pascal mode should always reindent the current line, | 194 "*Non-nil means TAB in Pascal mode should always reindent the current line, |
195 regardless of where in the line point is when the TAB command is used.") | 195 regardless of where in the line point is when the TAB command is used.") |
300 pascal-indent-level (default 3) | 300 pascal-indent-level (default 3) |
301 Indentation of Pascal statements with respect to containing block. | 301 Indentation of Pascal statements with respect to containing block. |
302 pascal-case-indent (default 2) | 302 pascal-case-indent (default 2) |
303 Indentation for case statements. | 303 Indentation for case statements. |
304 pascal-auto-newline (default nil) | 304 pascal-auto-newline (default nil) |
305 Non-nil means automatically newline after semicolons and the punctation mark | 305 Non-nil means automatically newline after semicolons and the punctuation mark |
306 after an end. | 306 after an end. |
307 pascal-tab-always-indent (default t) | 307 pascal-tab-always-indent (default t) |
308 Non-nil means TAB in Pascal mode should always reindent the current line, | 308 Non-nil means TAB in Pascal mode should always reindent the current line, |
309 regardless of where in the line point is when the TAB command is used. | 309 regardless of where in the line point is when the TAB command is used. |
310 pascal-auto-endcomments (default t) | 310 pascal-auto-endcomments (default t) |