emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 787c4ad8b0: Add abbrev tables for minibuffer-mode and minibuffer-


From: Sean Whitton
Subject: master 787c4ad8b0: Add abbrev tables for minibuffer-mode and minibuffer-inactive-mode
Date: Tue, 14 Jun 2022 15:38:39 -0400 (EDT)

branch: master
commit 787c4ad8b0776280305a220d6669c956d9ed8a5d
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    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 7d589c0174..23251a5474 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]