aboutsummaryrefslogtreecommitdiffstats
path: root/mode-icons.el
diff options
context:
space:
mode:
authorGravatar Matthew L. Fidler2016-02-19 15:10:24 -0600
committerGravatar Matthew L. Fidler2016-02-19 15:10:24 -0600
commit6e7773b452649a7dad2fe4288289f33ca5cd6b68 (patch)
treee097c408e4d490a0383160b4f0c763fc2ddffbf3 /mode-icons.el
parenta3979e332c55604ebbc885b617b46b3f049d1eb4 (diff)
downloadmode-icons-6e7773b452649a7dad2fe4288289f33ca5cd6b68.tar.gz
mode-icons-6e7773b452649a7dad2fe4288289f33ca5cd6b68.zip
Update save-buffer to work with org-mode/ergoemacs-mode
Diffstat (limited to 'mode-icons.el')
-rw-r--r--mode-icons.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/mode-icons.el b/mode-icons.el
index 8a10cdc..660cf7a 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -287,7 +287,7 @@ the icon."
Use EVENT to determine location."
(interactive "e")
(with-selected-window (posn-window (event-start event))
- (save-buffer (current-buffer))
+ (call-interactively (key-binding (where-is-internal 'save-buffer global-map t)))
(force-mode-line-update)))
(defun mode-icons-modified-help-echo (window _object _point)