1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 16:21:07 -08:00

* 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.
This commit is contained in:
Stefan Monnier 2013-01-30 20:58:24 -05:00
parent 9ca243c631
commit c4f268a137
4 changed files with 752 additions and 809 deletions

View file

@ -25,6 +25,8 @@ by the GNU General Public License. }
{$gnu-pascal,I+}
// Free-pascal style comment.
program CRTDemo;
uses GPC, CRT;