aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier2013-01-30 20:58:24 -0500
committerStefan Monnier2013-01-30 20:58:24 -0500
commitc4f268a1373f4f247e22e103a8655e06c7129c22 (patch)
treea14c0837f11315f0d7d7d55e3346422e756f3aa0 /test
parent9ca243c631deac62bbfa9d39df4a715e6e134aeb (diff)
downloademacs-c4f268a1373f4f247e22e103a8655e06c7129c22.tar.gz
emacs-c4f268a1373f4f247e22e103a8655e06c7129c22.zip
* lisp/progmodes/opascal.el: Rename from delphi.el. Use lexical-binding.
(opascal-newline-always-indents): Remove custom. (opascal-tab, opascal-newline): Remove commands. (opascal-new-comment-line): Insert "\n" instead of calling newline. (opascal-mode-map): Keep default bindings for RET and TAB and DEL. (opascal-save-match-data): Remove, use save-match-data instead. (opascal-save-state): Use with-silent-modifications.
Diffstat (limited to 'test')
-rw-r--r--test/indent/pascal.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas
index 4dc8f795dfc..0dda0c47fef 100644
--- a/test/indent/pascal.pas
+++ b/test/indent/pascal.pas
@@ -25,6 +25,8 @@ by the GNU General Public License. }
25 25
26{$gnu-pascal,I+} 26{$gnu-pascal,I+}
27 27
28// Free-pascal style comment.
29
28program CRTDemo; 30program CRTDemo;
29 31
30uses GPC, CRT; 32uses GPC, CRT;