Explorar el Código

Fix group declaration for ido-cr+-debug-mode

Ryan C. Thompson hace 9 años
padre
commit
3ad5d2ed6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ido-completing-read+.el

+ 1 - 1
ido-completing-read+.el

@@ -306,7 +306,7 @@ sets up C-j to be equivalent to TAB in the same situation."
 Debug info is printed to the *Messages* buffer."
   nil
   :global t
-  :group 'ido-cr+)
+  :group 'ido-completing-read-plus)
 
 (provide 'ido-completing-read+)