Skip to content
This repository has been archived by the owner on Dec 29, 2018. It is now read-only.

Commit

Permalink
Add file header for ELPA compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Dec 30, 2013
1 parent 4cf6a30 commit 95dbcf8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions misc/slime-annot.el
@@ -1,3 +1,12 @@
;;; slime-annot.el --- cl-annot support for SLIME

;; URL: https://github.com/arielnetworks/cl-annot
;; Package-Requires: ((slime "0"))

;;; Commentary:

;;; Code:

(require 'cl)
(require 'slime)

Expand Down Expand Up @@ -36,3 +45,5 @@
(setq ad-return-value (list (point) (cadr ad-return-value)))))

(provide 'slime-annot)

;;; slime-annot.el ends here

0 comments on commit 95dbcf8

Please sign in to comment.