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

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

[elpa] 06/31: Hopefully fix the Emacs 23 breakage


From: Dmitry Gutov
Subject: [elpa] 06/31: Hopefully fix the Emacs 23 breakage
Date: Tue, 18 Mar 2014 05:19:34 +0000

dgutov pushed a commit to branch master
in repository elpa.

commit 8eda398057b900a52be60833f49df01d7fdcafe6
Author: Dmitry Gutov <address@hidden>
Date:   Fri Feb 21 03:10:36 2014 +0200

    Hopefully fix the Emacs 23 breakage
---
 company.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/company.el b/company.el
index de0a996..12f887b 100644
--- a/company.el
+++ b/company.el
@@ -70,6 +70,7 @@
 ;;; Code:
 
 (eval-when-compile (require 'cl))
+(require 'newcomment)
 
 ;; FIXME: Use `user-error'.
 (add-to-list 'debug-ignored-errors "^.* frontend cannot be used twice$")



reply via email to

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