mirror of
https://github.com/ryuslash/mode-icons.git
synced 2024-11-21 17:40:30 +01:00
Update save-buffer to work with org-mode/ergoemacs-mode
This commit is contained in:
parent
a3979e332c
commit
6e7773b452
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ the icon."
|
||||||
Use EVENT to determine location."
|
Use EVENT to determine location."
|
||||||
(interactive "e")
|
(interactive "e")
|
||||||
(with-selected-window (posn-window (event-start event))
|
(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)))
|
(force-mode-line-update)))
|
||||||
|
|
||||||
(defun mode-icons-modified-help-echo (window _object _point)
|
(defun mode-icons-modified-help-echo (window _object _point)
|
||||||
|
|
Loading…
Reference in a new issue