emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 6333fc4 29/38: Mention when


From: Dmitry Gutov
Subject: [elpa] master 6333fc4 29/38: Mention when
Date: Sat, 25 Jul 2020 19:51:16 -0400 (EDT)

branch: master
commit 6333fc4ebbbf4d28e834de8715561e984f149ecb
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Mention when
---
 company.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/company.el b/company.el
index 42601d1..428fc32 100644
--- a/company.el
+++ b/company.el
@@ -859,6 +859,7 @@ means that `company-mode' is always turned on except in 
`message-mode' buffers."
 ;; Emacs calculates the active keymaps before reading the event.  That means we
 ;; cannot change the keymap from a timer.  So we send a bogus command.
 ;; XXX: Seems not to be needed anymore in Emacs 24.4
+;; Apparently, starting with emacs-mirror/emacs@99d0d6dc23.
 (defun company-ignore ()
   (interactive)
   (setq this-command last-command))



reply via email to

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