Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Start turning it into a package.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Aug 17, 2012
1 parent 793da6b commit 14a95ee
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fakespace.el
@@ -1,7 +1,11 @@
;;; fakespace.el --- fake Emacs lisp namespaces
;;; fakespace.el --- fake Emacs lisp namespaces -*- lexical-binding: t; -*-

;; This is free and unencumbered software released into the public domain.

;; Author: Christopher Wellons <mosquitopsu@gmail.com>
;; URL: https://github.com/skeeto/elisp-fakespace
;; Version: 1.0

;;; Commentary:

;; See example.el for an example of using this package.
Expand Down Expand Up @@ -79,3 +83,5 @@ that are in B and not A."
(atom-difference old-obarray (atom-list))))))

(provide 'fakespace)

;;; fakespace.el ends here

0 comments on commit 14a95ee

Please sign in to comment.