mirror of
https://github.com/m00natic/vlfi.git
synced 2025-07-13 18:42:58 +01:00
Prevent standard save procedure invocation in case user postpones
saving.
This commit is contained in:
4
vlfi.el
4
vlfi.el
@ -775,8 +775,8 @@ Save anyway? ")))
|
||||
(t (vlfi-file-shift-forward (- size-change))))
|
||||
(vlfi-move-to-chunk vlfi-start-pos vlfi-end-pos)
|
||||
(goto-char pos))
|
||||
(vlfi-mode)
|
||||
t))
|
||||
(vlfi-mode))
|
||||
t)
|
||||
|
||||
(defun vlfi-file-shift-back (size-change)
|
||||
"Shift file contents SIZE-CHANGE bytes back."
|
||||
|
Reference in New Issue
Block a user