commit 1ce3e94ce5a1118f62e3277c6bb0285b015f7798
parent fba6d3361eb0e187d57a369a3bf44bcb114dedc3
Author: Iqbal Ansari <iqbal.ansari@ignitesol.com>
Date: Sat, 28 Nov 2015 12:24:02 +0530
Append new logs in `emojify-message`
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/emojify.el b/emojify.el
@@ -105,6 +105,7 @@ FORMAT-STRING and ARGS are same as the arguments to `message'."
(when emojify-debug-mode
(emojify-with-saved-buffer-state
(with-current-buffer (get-buffer-create "emojify-log")
+ (goto-char (point-max))
(insert (apply #'format format-string args))
(insert "\n")))))