Explorar el Código

Prevent nested execution

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

+ 3
- 0
emacs.el Ver fichero

@@ -1929,6 +1929,9 @@ Delete the text between BEG and END when DELETE is non-nil."
(defun awk-preview (beg end)
"Run awk and preview result."
(interactive "r")
(when (and awk-preview--env
(awk-preview--env-running-p awk-preview--env))
(error "AWK-Preview already running"))
(let ((e (make-awk-preview--env)))
(setf (awk-preview--env-point-beg e) beg)
(setf (awk-preview--env-point-end e) end)


Cargando…
Cancelar
Guardar