Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Added a space for insert-date fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Moriarity committed Jan 22, 2009
1 parent aad8ea2 commit 00d6b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-defuns.el
Expand Up @@ -152,7 +152,7 @@
(switch-to-buffer buffer) (switch-to-buffer buffer)
(funcall function)))) (funcall function))))


(defun insert-date() (defun insert-date ()
"Insert a time-stamp according to locale's date and time format." "Insert a time-stamp according to locale's date and time format."
(interactive) (interactive)
(insert (format-time-string "%c" (current-time)))) (insert (format-time-string "%c" (current-time))))
Expand Down

0 comments on commit 00d6b28

Please sign in to comment.