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

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

[elpa] master 08ec4cd 03/10: Add a comment


From: Dmitry Gutov
Subject: [elpa] master 08ec4cd 03/10: Add a comment
Date: Mon, 02 Feb 2015 15:23:07 +0000

branch: master
commit 08ec4cd2277210696ab0a453b184c226a4a9b0e2
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Add a comment
---
 company-clang.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/company-clang.el b/company-clang.el
index 8114b3b..e85e865 100644
--- a/company-clang.el
+++ b/company-clang.el
@@ -189,6 +189,7 @@ or automatically through a custom 
`company-clang-prefix-guesser'."
 (defun company-clang--start-process (prefix callback &rest args)
   (let ((objc (derived-mode-p 'objc-mode))
         (buf (get-buffer-create "*clang-output*"))
+        ;; Looks unnecessary in Emacs 25.1 and later.
         (process-adaptive-read-buffering nil))
     (with-current-buffer buf (erase-buffer))
     (if (get-buffer-process buf)



reply via email to

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