ソースを参照

Remove required Emacs version from ido-ubiquitous

Fixes #139.
Ryan C. Thompson 7 年 前
コミット
e2ea358725
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ido-ubiquitous.el

+ 1 - 1
ido-ubiquitous.el

@@ -8,7 +8,7 @@
 ;; Created: 2011-09-01
 ;; Keywords: convenience, completion, ido
 ;; EmacsWiki: InteractivelyDoThings
-;; Package-Requires: ((emacs "24.1") (ido-completing-read+ "4.6") (cl-lib "0.5"))
+;; Package-Requires: ((ido-completing-read+ "4.6") (cl-lib "0.5"))
 ;; Filename: ido-ubiquitous.el
 
 ;; This file is NOT part of GNU Emacs.