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

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

[nongnu] elpa/dart-mode d4da484 126/192: Removes nil c-syntactic-context


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode d4da484 126/192: Removes nil c-syntactic-context (#56)
Date: Sun, 29 Aug 2021 11:02:03 -0400 (EDT)

branch: elpa/dart-mode
commit d4da484bce718fd9d9d442d9e4346c0d5c1e06cf
Author: bradyt <bradyt@users.noreply.github.com>
Commit: Natalie Weizenbaum <nweiz@google.com>

    Removes nil c-syntactic-context (#56)
    
    This commit removes `nil`ing `c-syntactic-context` completely, if this 
causes problems, maybe it can be `setq-default` in `defun dart-mode` block, so 
it doesn't affect editing code in other cc modes. Having this non-`nil` may be 
useful for exploring cc with `C-c C-s` as per the manual suggests, considering 
if improving assignment of syntactic symbols somehow, as suggested at `(ccmode) 
Syntactic Symbols`.
---
 dart-mode.el | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dart-mode.el b/dart-mode.el
index d3e2e78..38aa86e 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -456,9 +456,6 @@ Returns nil if `dart-sdk-path' is nil."
 
 ;;; CC indentation support
 
-(defvar c-syntactic-context nil
-  "A dynamically-bound variable used by cc-mode.")
-
 (defun dart-block-offset (info)
   "Calculate the correct indentation for inline functions.
 



reply via email to

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