瀏覽代碼

Update

master
10sr 5 年之前
父節點
當前提交
82778e4d10
簽署人: 10sr GPG 金鑰 ID: 7BEC428194130EB2
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. +4
    -2
      emacs.el

+ 4
- 2
emacs.el 查看文件

@@ -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…
取消
儲存