Просмотр исходного кода

Add a version variable to ido-cr+

I forgot to add one when I split it off of ido-ubiquitous.
Ryan C. Thompson 10 лет назад
Родитель
Сommit
0d6785364d
1 измененных файлов с 6 добавлено и 0 удалено
  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