Browse Source

Update

master
10sr 5 years ago
parent
commit
82778e4d10
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el View File

@@ -1974,11 +1974,13 @@ Return that buffer."

(defun awk-preview-commit ()
"Exit awk-preview and update buffer."
(interactive))
(interactive)
(awk-preview--cleanup))

(defun awk-preview-abort ()
"Discard result and exit awk-preview."
(interactive))
(interactive)
(awk-preview--cleanup))

(defun awk-preview--cleanup()
"Cleanup awk preview buffers and variables.")


Loading…
Cancel
Save