emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 6337f24 3/3: ; Update a comment


From: Dmitry Gutov
Subject: [Emacs-diffs] master 6337f24 3/3: ; Update a comment
Date: Tue, 05 May 2015 02:18:43 +0000

branch: master
commit 6337f2434e3385d4d35240789cdcc9037be7bd01
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Update a comment
---
 lisp/progmodes/xref.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 4b2a4ee..f11dff1 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -534,7 +534,7 @@ meantime are preserved."
 XREF-ALIST is of the form ((GROUP . (XREF ...)) ...).  Where
 GROUP is a string for decoration purposes and XREF is an
 `xref--xref' object."
-  (require 'compile) ;; For the compilation-info face.
+  (require 'compile) ; For the compilation faces.
   (cl-loop for ((group . xrefs) . more1) on xref-alist
            for max-line-width =
            (cl-loop for xref in xrefs



reply via email to

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