branch: externals/shift-number
commit f1c507473f2872bcfce53a5a903800dd5ccc195a
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Use lexical binding
---
 shift-number.el | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/shift-number.el b/shift-number.el
index 3168545c2c..a674934bc3 100644
--- a/shift-number.el
+++ b/shift-number.el
@@ -1,12 +1,14 @@
-;;; shift-number.el --- Increase/decrease the number at point
+;;; shift-number.el --- Increase/decrease the number at point -*- 
lexical-binding: t -*-
 
 ;; Copyright © 2016–2017 Alex Kost
 
 ;; Author: Alex Kost <[email protected]>
-;; Created: 12 Apr 2016
-;; Version: 0.1
+
 ;; URL: https://github.com/alezost/shift-number.el
 ;; Keywords: convenience
+;; Created: 12 Apr 2016
+;; Version: 0.1
+;; Package-Requires: ((emacs "24.1"))
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by

Reply via email to