aboutsummaryrefslogtreecommitdiff
path: root/siege-mode.el
diff options
context:
space:
mode:
authorSebastien Le Maguer <slemaguer@coli.uni-saarland.de>2018-08-16 09:36:00 +0200
committerSebastien Le Maguer <slemaguer@coli.uni-saarland.de>2018-08-16 09:58:06 +0200
commitb3f5f28f7f02e8470b061c209733820a81c0456a (patch)
tree98b888489e24a8b232daf34b8c88eec1ae8826e9 /siege-mode.el
parent36c190d0569aa5640ac649ed359cb893872afd2a (diff)
Make siege-mode.el more package complient
Diffstat (limited to 'siege-mode.el')
-rw-r--r--siege-mode.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/siege-mode.el b/siege-mode.el
index 9313d3c..7e8f67f 100644
--- a/siege-mode.el
+++ b/siege-mode.el
@@ -1,12 +1,15 @@
-;;; Package --- Surround region with smart delimiters interactively
-;; Time-stamp: <2018-07-10 18:33:54 (tslil)>
+;;; siege-mode.el --- Surround region with smart delimiters interactively
;; Copyright (c) 2018 tslil clingman
;; Author: tslil clingman <tslil@posteo.de>
;; Version: 2.2
+;; Package-Version: 20180710.1841
;; Package-Requires: ((emacs "24.4"))
-;; Keywords: region wrap
+;; URL: https://github.com/tslilc/siege-mode
+;; Keywords: convenience region wrap
+
+;; This file is NOT part of GNU Emacs.
;;; License:
@@ -24,7 +27,7 @@
;;; Commentary:
;; Lay siege to the region from both sides!
-;;
+;;
;; When the region is active, most input* is redirected to the minibuffer and
;; treated as a delimiter for the region. The input is used as the left
;; delimiter from which the right one is derived using `siege-transform-regexs'