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

+ 1
- 1
emacs.el Vedi File

@@ -1798,7 +1798,7 @@ Used by preview buffer and may defferent from awk-preview--point-end.")
"Create and show awk program buffer for SOURCE and PREVIEW buffer.

Return that buffer."
(let ((source-name (with-current-buffer source (buffer-name))))
(let ((source-name (buffer-name source)))
(with-current-buffer (generate-new-buffer (format awk-preview-program-buffer-name
source-name))
(erase-buffer)


Caricamento…
Annulla
Salva