Get rid of ancient compatibility and small utility file.
commit923431426d76fa76e9a2eb85d230e0a105ed7540
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Apr 2012 15:40:56 +0000 (11 11:40 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 11 Apr 2012 15:40:56 +0000 (11 11:40 -0400)
treec303e6b2abb6e17462c3498bb27c5936b4f5cdbe
parenta638d14e3da897677666090679a487fac762ae9d
Get rid of ancient compatibility and small utility file.
* sml-proc.el (inferior-sml-mode-map): Don't use defmap.
* sml-move.el (sml-internal-syntax-table): Don't use defsyntax.
* sml-mode.el (sml-syntax-prop-table): Don't use defsyntax.
(sml-electric-space): `last-command-char' -> `last-command-event'.
(sml-defuse-jump-to-def): Don't use goto-line from Elisp.
* sml-defs.el (sml-mode-map): Don't use defmap.
(sml-mode-syntax-table): Don't use defsyntax.
(sml-preproc-alist, sml-builtin-nested-comments-flag):
Move from sml-util.el.
* sml-compat.el, sml-utils.el: Remove.
* makefile.pkg (ELFILES): Update.
ChangeLog
makefile.pkg
sml-compat.el [deleted file]
sml-defs.el
sml-mode.el
sml-mode.spec [changed mode: 0755->0644]
sml-move.el
sml-proc.el
sml-util.el [deleted file]