Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions buffer-move.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
;; Mathis Hofer <[email protected]>
;; Geyslan G. Bem <[email protected]>
;; URL: https://github.com/lukhas/buffer-move/
;; Version: 0.6.3
;; Package-Requires: ((emacs "24.1"))
;; Version: 0.6.4
;; Package-Requires: ((emacs "24.3"))
;; Keywords: convenience

;; This file is NOT part of GNU Emacs.
Expand Down Expand Up @@ -74,8 +74,9 @@
;;; Code:

(require 'windmove)
(require 'cl-lib)

(defconst buffer-move-version "0.6.3"
(defconst buffer-move-version "0.6.4"
"Version of buffer-move.el")

(defgroup buffer-move nil
Expand Down