10sr 5 anni fa
parent
commit
82778e4d10
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 4 aggiunte e 2 eliminazioni
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Vedi 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.")


Caricamento…
Annulla
Salva