mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix a thinko in sieve-manage.el
* lisp/net/sieve-manage.el (sieve-manage--append-to-log): Fix thinko. (Bug#54154)
This commit is contained in:
parent
7abecbcd63
commit
36ff7138fe
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ If it is nil, logging is disabled."
|
||||||
(with-current-buffer
|
(with-current-buffer
|
||||||
(get-buffer-create sieve-manage-log)
|
(get-buffer-create sieve-manage-log)
|
||||||
(set-buffer-multibyte nil)
|
(set-buffer-multibyte nil)
|
||||||
(buffer-disable-undo)))
|
(buffer-disable-undo)
|
||||||
|
(current-buffer)))
|
||||||
(goto-char (point-max))
|
(goto-char (point-max))
|
||||||
(apply #'insert args))))
|
(apply #'insert args))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue