Parcourir la source

Add commentary on completing-read compat fix

Ryan C. Thompson il y a 13 ans
Parent
commit
0c58638223
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      ido-ubiquitous.el

+ 7 - 0
ido-ubiquitous.el

@@ -22,6 +22,13 @@
 ;; This even works in M-x, but for that, you might prefer the "smex"
 ;; package instead.
 
+;; As of version 0.7, this package also makes a small modification to
+;; ido's behavior so as to support a strange corner case of
+;; `completing-read' that some functions rely on. Since the goal of
+;; this package is to replace `completing-read' everywhere instead of
+;; just selectively (as ido itself does), compatibility with all the
+;; quriks of `completing-read' is important here.
+
 ;;; License:
 
 ;; This program is free software; you can redistribute it and/or modify