Rename function

This commit is contained in:
Marcus Kammer 2023-12-02 09:16:01 +01:00
parent b7534ded39
commit c057c83270

View file

@ -161,7 +161,7 @@
(concat "#+DATE: " (concat "#+DATE: "
(format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time))))) (format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
(defun generate-unique-id () (defun mk/generate-unique-id ()
(interactive) (interactive)
(let ((random-number-1 (random 9999)) (let ((random-number-1 (random 9999))
(random-number-2 (random 9999))) (random-number-2 (random 9999)))