File: 0001-fix-version.diff

package info (click to toggle)
emacs-bind-map 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 188 kB
  • sloc: lisp: 743; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Lev Lamberov <dogsleg@debian.org>
Subject: Fix version number

Upstream forgot to update version number, so this patch fixes it.

--- a/bind-map.el
+++ b/bind-map.el
@@ -4,7 +4,7 @@
 
 ;; Author: Justin Burkett <justin@burkett.cc>
 ;; URL: https://github.com/justbur/emacs-bind-map
-;; Version: 1.1.0
+;; Version: 1.1.1
 ;; Keywords:
 ;; Package-Requires: ((emacs "24.3"))