From: Sean Whitton Date: Mon, 13 Jun 2022 17:24:17 +0000 (-0500) Subject: Add abbrev tables for minibuffer-mode and minibuffer-inactive-mode X-Git-Tag: emacs-29.0.90~1910^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=787c4ad8b0776280305a220d6669c956d9ed8a5d;p=emacs.git Add abbrev tables for minibuffer-mode and minibuffer-inactive-mode * lisp/minibuffer.el (minibuffer-mode, minibuffer-inactive-mode): Add an abbrev table for each of these modes (bug#55946). --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 7d589c01740..23251a54746 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -2837,7 +2837,6 @@ not active." "" #'ignore) (define-derived-mode minibuffer-inactive-mode nil "InactiveMinibuffer" - :abbrev-table nil ;abbrev.el is not loaded yet during dump. ;; Note: this major mode is called from minibuf.c. "Major mode to use in the minibuffer when it is not active. This is only used when the minibuffer area has no active minibuffer. @@ -2859,7 +2858,6 @@ For customizing this mode, it is better to use `minibuffer-setup-hook' and `minibuffer-exit-hook' rather than the mode hook of this mode." :syntax-table nil - :abbrev-table nil :interactive nil) ;;; Completion tables.