|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
;; Author: Ryan C. Thompson
|
|
;; Author: Ryan C. Thompson
|
|
;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
|
|
;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
|
|
-;; Version: 2.0.4
|
|
|
|
|
|
+;; Version: 2.0.5
|
|
;; Created: 2011-09-01
|
|
;; Created: 2011-09-01
|
|
;; Keywords: convenience
|
|
;; Keywords: convenience
|
|
;; EmacsWiki: InteractivelyDoThings
|
|
;; EmacsWiki: InteractivelyDoThings
|
|
@@ -37,6 +37,9 @@
|
|
|
|
|
|
;;; Code:
|
|
;;; Code:
|
|
|
|
|
|
|
|
+(defconst ido-ubiquitous-version "2.0.5"
|
|
|
|
+ "Currently running version of ido-ubiquitous.")
|
|
|
|
+
|
|
(eval-when-compile
|
|
(eval-when-compile
|
|
(when (or (not (boundp 'completing-read-function))
|
|
(when (or (not (boundp 'completing-read-function))
|
|
(< emacs-major-version 24))
|
|
(< emacs-major-version 24))
|