Explorar el Código

Add a version variable to ido-cr+

I forgot to add one when I split it off of ido-ubiquitous.
Ryan C. Thompson hace 10 años
padre
commit
0d6785364d
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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