From 5787e291e0bf88b44af609d962daff1302f2d3e5 Mon Sep 17 00:00:00 2001 From: Chris Lowis Date: Sat, 6 Dec 2008 17:54:34 +0000 Subject: [PATCH] Tiny changes to make compatible with ELPA --- gist.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gist.el b/gist.el index a6cd638..9b2f674 100644 --- a/gist.el +++ b/gist.el @@ -1,11 +1,14 @@ -;; Keywords: gist git github paste pastie pastebin -;; Created: 21 Jul 2008 +;; gist.el --- Emacs integration for gist.github.com + ;; Author: Christian Neukirchen ;; Maintainer: Chris Wanstrath ;; Contributors: ;; Will Farrington ;; Michael Ivey ;; Phil Hagelberg +;; Version: 0.3 +;; Created: 21 Jul 2008 +;; Keywords: gist git github paste pastie pastebin ;; This file is NOT part of GNU Emacs. @@ -23,14 +26,12 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ;; MA 02111-1307, USA. - ;;; Commentary: ;; Uses your local GitHub config if it can find it. ;; See http://github.com/blog/180-local-github-config - ;;; Code: (eval-when-compile (require 'cl))