Fix function naming
This commit is contained in:
parent
b7534ded39
commit
96a23e888c
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
(concat "#+DATE: "
|
||||
(format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))
|
||||
|
||||
(defun generate-unique-id ()
|
||||
(defun mk/generate-unique-id ()
|
||||
(interactive)
|
||||
(let ((random-number-1 (random 9999))
|
||||
(random-number-2 (random 9999)))
|
||||
|
|
Loading…
Add table
Reference in a new issue