Explorar el Código

Update

master
10sr hace 5 años
padre
commit
82778e4d10
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el Ver fichero

@@ -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.")


Cargando…
Cancelar
Guardar