From 787c4ad8b0776280305a220d6669c956d9ed8a5d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Jun 2022 12:24:17 -0500 Subject: [PATCH] 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). --- lisp/minibuffer.el | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.39.2