summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs.d/templates/TEMPLATE.pas.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs.d/templates/TEMPLATE.pas.tpl b/emacs.d/templates/TEMPLATE.pas.tpl
index 72f8752..825d303 100644
--- a/emacs.d/templates/TEMPLATE.pas.tpl
+++ b/emacs.d/templates/TEMPLATE.pas.tpl
@@ -23,7 +23,7 @@
* $Id$
*}
-unit (>>>POINT<<<);
+unit (>>>file-sans<<<);
{$IFDEF FPC}
{$MODE Delphi}
@@ -33,6 +33,8 @@ unit (>>>POINT<<<);
interface
+(>>>POINT<<<)
+
implementation
end.