diff options
| author | Chunyang Xu <xuchunyang.me@gmail.com> | 2016-04-13 03:58:47 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-04-16 08:24:42 -0300 |
| commit | 0cf457b73b4b666314d1a09ac3e31bd0fa2346a6 (patch) | |
| tree | 69f17565fe8b0a0abb25656c6f6745101243acda /emacs/coolj.el | |
| parent | e366bb222722d6a635b736e875b760d82b46d1f5 (diff) | |
emacs: Fix packaging
Refer to (info "(elisp) Library Headers") for package conventions.
Diffstat (limited to 'emacs/coolj.el')
| -rw-r--r-- | emacs/coolj.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/coolj.el b/emacs/coolj.el index 60af60af..77550602 100644 --- a/emacs/coolj.el +++ b/emacs/coolj.el @@ -143,3 +143,5 @@ If no break point is found, return nil." t))) (provide 'coolj) + +;;; coolj.el ends here |
