Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: tools/utils/elisp/dart-mode.el

Issue 8258017: Changes the Emacs lisp mode to use the dart-mode-map instead of the c-mode-map. Currently, there ... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/utils/elisp/dart-mode.el
===================================================================
--- tools/utils/elisp/dart-mode.el (revision 387)
+++ tools/utils/elisp/dart-mode.el (working copy)
@@ -144,7 +144,7 @@
mode-name "Dart"
local-abbrev-table dart-mode-abbrev-table
abbrev-mode t)
- (use-local-map c-mode-map)
+ (use-local-map dart-mode-map)
;; `c-init-language-vars' is a macro that is expanded at compile
;; time to a large `setq' with all the language variables and their
;; customized values for our language.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698