Merge pull request #388 from emacsmirror/expkg

Move metadata from multiple-cursors-pkg.el to multiple-cursors.el
This commit is contained in:
Magnar Sveen
2025-02-10 19:12:54 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
(define-package "multiple-cursors" "1.4.0"
"Multiple cursors for Emacs."
'((cl-lib "0.5")))

View File

@@ -4,6 +4,7 @@
;; Author: Magnar Sveen <magnars@gmail.com> ;; Author: Magnar Sveen <magnars@gmail.com>
;; Version: 1.4.0 ;; Version: 1.4.0
;; Package-Requires: ((cl-lib "0.5"))
;; Keywords: editing cursors ;; Keywords: editing cursors
;; Homepage: https://github.com/magnars/multiple-cursors.el ;; Homepage: https://github.com/magnars/multiple-cursors.el