summaryrefslogtreecommitdiff
path: root/lisp/minibuffer.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-13 12:24:17 -0500
committerSean Whitton <spwhitton@spwhitton.name>2022-06-14 14:32:08 -0500
commit787c4ad8b0776280305a220d6669c956d9ed8a5d (patch)
tree958e8793f6d888bce4a98fcb1ff3f627b94f88f6 /lisp/minibuffer.el
parent1ac74e28622e3ebbe76daf84f0a6f310a8ea3c45 (diff)
downloademacs-787c4ad8b0776280305a220d6669c956d9ed8a5d.tar.gz
emacs-787c4ad8b0776280305a220d6669c956d9ed8a5d.tar.bz2
emacs-787c4ad8b0776280305a220d6669c956d9ed8a5d.zip
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).
Diffstat (limited to 'lisp/minibuffer.el')
-rw-r--r--lisp/minibuffer.el2
1 files changed, 0 insertions, 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."
"<down-mouse-1>" #'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.