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

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

[nongnu] elpa/dart-mode aa628c9 138/192: Remove deprecated analysis serv


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode aa628c9 138/192: Remove deprecated analysis server option
Date: Sun, 29 Aug 2021 11:02:05 -0400 (EDT)

branch: elpa/dart-mode
commit aa628c9cff64942111bd526cd0c5199272a99218
Author: Piotr Anielski <pianiel@users.noreply.github.com>
Commit: Brady Trainor <mail@bradyt.com>

    Remove deprecated analysis server option
---
 dart-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dart-mode.el b/dart-mode.el
index 474a43d..8e26f8f 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -833,8 +833,7 @@ Initializes analysis server support for all `dart-mode' 
buffers."
           (start-process "dart-analysis-server"
                          "*dart-analysis-server*"
                          (dart-executable-path)
-                         (dart--analysis-server-snapshot-path)
-                         "--no-error-notification")))
+                         (dart--analysis-server-snapshot-path))))
     (set-process-query-on-exit-flag dart-process nil)
     (setq dart--analysis-server
           (dart--analysis-server-create dart-process)))



reply via email to

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