diff options
author | jao <jao@gnu.org> | 2022-09-19 20:07:06 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-19 20:08:25 +0100 |
commit | 50e386fc5aa663a2430621bc663b13ead7b34267 (patch) | |
tree | 8d566d123622c5307bdd234ee51ef44ff1ab76b7 /custom | |
parent | 9c89468662b2efad093a48b5c8a45e47603b4b4f (diff) | |
download | elibs-50e386fc5aa663a2430621bc663b13ead7b34267.tar.gz elibs-50e386fc5aa663a2430621bc663b13ead7b34267.tar.bz2 |
nits
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-blog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-blog.el b/custom/jao-custom-blog.el index 201aed6..6ae4544 100644 --- a/custom/jao-custom-blog.el +++ b/custom/jao-custom-blog.el @@ -156,7 +156,7 @@ (when (y-or-n-p "Update date? ") (goto-char (point-min)) (when (re-search-forward "^#\\+date: " nil t) - (let ((kill-whole-line nil)) (kill-line)) + (delete-line) (insert (format-time-string "<%Y-%m-%d %H:%M>")) (save-buffer)))) |