diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index ed7cad4d6da..0e3c8bf6a5f 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el @@ -437,11 +437,6 @@ then it searches *all* buffers." (let ((completion-list (dabbrev--find-all-expansions abbrev ignore-case-p)) (completion-ignore-case ignore-case-p)) - (or (consp completion-list) - (user-error "No dynamic expansion for \"%s\" found%s" - abbrev - (if dabbrev--check-other-buffers - "" " in this-buffer"))) (setq list (cond ((not (and ignore-case-p dabbrev-case-replace))