File: 25-fix-elpa-file-header.patch

package info (click to toggle)
tpp 1.3.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: ruby: 1,454; lisp: 111; sh: 40; makefile: 32
file content (20 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
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