branch: externals/csharp-mode commit 0762f78a4bde4122004aba55641870fc1af207c4 Author: Jesse Black <jesse.w.bl...@gmail.com> Commit: Jesse Black <jesse.w.bl...@gmail.com>
remove the debug (message "Loading ...") forms --- csharp-mode.el | 9 --------- 1 file changed, 9 deletions(-) diff --git a/csharp-mode.el b/csharp-mode.el index e8fee2e..a41a956 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -388,9 +388,6 @@ ;; cc-defs in emacs 24.4 depends on cl-macroexpand-all, but does not load 'cl itself. (require 'cl) -(message (concat "Loading " load-file-name)) - - ;; ================================================================== ;; c# upfront stuff ;; ================================================================== @@ -5883,12 +5880,6 @@ $0" "XML Documentation" nil) :keys ,(concat key yas/trigger-symbol)))))))) builtin-snips))))) - - - -(message (concat "Done loading " load-file-name)) - - (provide 'csharp-mode) ;;; csharp-mode.el ends here