branch: externals/ergoemacs-mode commit 9bf352f252ad72970c32cf0212f156be4209e5c0 Author: Walter Landry <wlan...@caltech.edu> Commit: Walter Landry <wlan...@caltech.edu>
Remove now unused macro option --- ergoemacs-macros.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ergoemacs-macros.el b/ergoemacs-macros.el index 421ad2a..3417545 100644 --- a/ergoemacs-macros.el +++ b/ergoemacs-macros.el @@ -656,7 +656,6 @@ functions.") When arg1 can be a property. The following properties are supported: - :layout - returns the current (or specified by PROPERTY) keyboard layout. -- :remap - Use `ergoemacs-mode' to remap to an appropriate function. - :md5 -- returns an md5 of the currently enabled `ergoemacs-mode' options. - :map-list, :composed-p, :composed-list, :key-hash :empty-p calls ergoemacs-map-properties-- equivalent functions. @@ -712,11 +711,6 @@ When arg1 can be a property. The following properties are supported: (eq arg1 :revert-global-map)) `(ergoemacs-map-properties--original (or ergoemacs-saved-global-map global-map) :setcdr)) ((and arg1 (symbolp arg1) - (eq arg1 :remap) arg2) - `(progn - (setq this-command (or (key-binding (vector 'ergoemacs-remap ,arg2) t nil (point)) ,arg2)) - (call-interactively (or (key-binding (vector 'ergoemacs-remap ,arg2) t nil (point)) ,arg2)))) - ((and arg1 (symbolp arg1) (eq arg1 :layout)) `(ergoemacs-layouts--current ,arg2)) ((and arg1 arg2 (not arg3)