Parcourir la source

Add a version variable to ido-cr+

I forgot to add one when I split it off of ido-ubiquitous.
Ryan C. Thompson il y a 10 ans
Parent
commit
0d6785364d
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      ido-completing-read+.el

+ 6 - 0
ido-completing-read+.el

@@ -41,6 +41,12 @@
 ;;
 ;;; Code:
 
+(defconst ido-ubiquitous-version "3.2"
+  "Currently running version of ido-ubiquitous.
+
+Note that when you update ido-ubiquitous, this variable may not
+be updated until you restart Emacs.")
+
 (require 'ido)
 
 ;;; Debug messages