From 7579ced425bb4cc56e23a33fe9fb90f93cc7820e Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 29 Jun 2015 18:40:47 +0300 Subject: [PATCH] Fix a bug reference --- company.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company.el b/company.el index 8500a4d93..61807b48d 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 -- 2.39.2