Description: Make epix.el work with elpa
Author: Julian Gilbey <jdg@debian.org>
Last-Updated: 2022-01-24
Forwarded: by email on 2022-01-24

--- a/epix.el.in
+++ b/epix.el.in
@@ -4,8 +4,8 @@
 
 ;; Author: Jay Belanger
 ;; Maintainer: Jay Belanger <belanger@truman.edu>
-
 ;; Keywords: epix
+;; Version: 1.2.21
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -122,6 +122,8 @@
 ;;         end();
 ;;       }
 
+;;; Code
+
 ;;; Require
 (require 'cc-mode)
 
@@ -1072,3 +1074,5 @@
   (run-hooks 'flix-mode-hook))
 
 (provide 'epix)
+
+;;; epix.el ends here
