branch: externals/csharp-mode
commit d39d9ac20906b3d36cfab8d4227cf8a2b0bf6074
Author: Jostein Kjønigsen <jost...@kjonigsen.net>
Commit: Jostein Kjønigsen <jost...@kjonigsen.net>

    Revert "Make csharp-mode-map inherit from prog-mode-map"
    
    This reverts commit 5ca1702b80b79968fd704d42188937f0cd7328a2.
---
 csharp-mode.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 39d5d1e..e08d366 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -1450,7 +1450,6 @@ This regexp is assumed to not match any non-operator 
identifier."
     ("finally" "finally" c-electric-continued-statement 0)))
 
 (defvar csharp-mode-map (let ((map (c-make-inherited-keymap)))
-                          (set-keymap-parent map prog-mode-map)
                           ;; Add bindings which are only useful for C#
                           map)
   "Keymap used in ‘csharp-mode’ buffers.")

Reply via email to