Skip to content

Commit

Permalink
comments formatted for marmalade upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ZungBang committed Jul 3, 2012
1 parent 92ede34 commit 3cd6f6c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions grep-a-lot.el
@@ -1,10 +1,11 @@
;;; grep-a-lot.el --- manages multiple search results buffers for grep.el

;; Copyright (C) 2008, 2009 Avi Rozen
;; Copyright (C) 2008-2012 Avi Rozen

;; Author: Avi Rozen <avi.rozen@gmail.com>
;; Keywords: tools, convenience, search
;; Version: %Id:%
;; URL: https://github.com/ZungBang/emacs-grep-a-lot
;; Version: 1.0.6

;; This file is NOT part of GNU Emacs.

Expand Down Expand Up @@ -294,3 +295,6 @@ grep search results buffers."
(define-key esc-map "g=" 'grep-a-lot-restart-context))

(provide 'grep-a-lot)

;;; grep-a-lot.el ends here

0 comments on commit 3cd6f6c

Please sign in to comment.