]> code.delx.au - gnu-emacs/blobdiff - lisp/minibuffer.el
Remove some face aliases obsoleted in 22.1
[gnu-emacs] / lisp / minibuffer.el
index 1ee05d32de5bc484028bd9dca78c7cec8ddb99e4..9190c1fb203644faebb6b3b0e42730ffbb3dcdff 100644 (file)
@@ -1970,7 +1970,7 @@ if there was no valid completion, else t."
   "Default function to use for `completion-in-region-function'.
 Its arguments and return value are as specified for `completion-in-region'.
 This respects the wrapper hook `completion-in-region-functions'."
-  (with-wrapper-hook
+  (subr--with-wrapper-hook-no-warnings
       ;; FIXME: Maybe we should use this hook to provide a "display
       ;; completions" operation as well.
       completion-in-region-functions (start end collection predicate)