Explorar el Código

Add missing paren

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

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

@@ -211,7 +211,7 @@ completion for them."
                     '("ido cannot handle non-nil INHERIT-INPUT-METHOD")))
            ((bound-and-true-p completion-extra-properties)
             (signal 'ido-cr+-fallback
-                    '("ido cannot handle non-nil `completion-extra-properties'"))
+                    '("ido cannot handle non-nil `completion-extra-properties'")))
 	   ((eq collection 'help--symbol-completion-table)
 	    ;; In newer Emacs help--symbol-completion-table loads libs
 	    ;; based on the prefix of the completion in