1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Tiny changes towards what I assume is the expected syntax
(Found by try and error.)
Author: Axel Beckert <abe@debian.org>
Forwarded: no
--- a/contrib/tpp-mode.el
+++ b/contrib/tpp-mode.el
@@ -1,4 +1,4 @@
-;; tpp-mode.el - An Major mode for Emacs to editing TextPraesentionProgramm (tpp) - Files
+;;; tpp-mode.el --- An Major mode for Emacs to editing TextPraesentionProgramm (tpp) - Files
;; Filename: tpp-mode.el
;; Author: Christian Dietrich <stettberger@gmx.de>
@@ -189,4 +189,4 @@
;; Hook ablaufen lassen
(run-hooks 'tpp-mode-hook)
)
-;; End of tpp-mode.el
\ No newline at end of file
+;;; tpp-mode.el ends here
|