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

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

[elpa] master 7579ced 055/173: Fix a bug reference


From: Dmitry Gutov
Subject: [elpa] master 7579ced 055/173: Fix a bug reference
Date: Thu, 23 Jun 2016 00:28:37 +0000 (UTC)

branch: master
commit 7579ced425bb4cc56e23a33fe9fb90f93cc7820e
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Fix a bug reference
---
 company.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company.el b/company.el
index 8500a4d..61807b4 100644
--- a/company.el
+++ b/company.el
@@ -2398,7 +2398,7 @@ If SHOW-VERSION is non-nil, show the version in the echo 
area."
                     (or (cdr margins) 0)))))
     (when (and word-wrap
                (version< emacs-version "24.4.51.5"))
-      ;; http://debbugs.gnu.org/18384
+      ;; http://debbugs.gnu.org/19300
       (cl-decf ww))
     ;; whitespace-mode with newline-mark
     (when (and buffer-display-table



reply via email to

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