branch: externals/ergoemacs-mode
commit 6b1b60e680f00aaf6e69ef625bd3bbe3ca6b92e7
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Cleanup
---
ergoemacs-functions.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index db28ac4..90d1edc 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -1621,9 +1621,6 @@ Similar to `keyboard-quit', with the following changes:
• When a region is active, (see `region-active-p') deactivate the
region with the function `deactivate-mark'.
-• When `ergoemacs-mode' is in a modal command mode, exit that
- command mode.
-
• When \"C-g\" is bound to something other than ergoemacs /
standard quit commands, run that command.