Skip to content

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
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
(switch-to-buffer buffer)
(funcall function))))

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

0 comments on commit 00d6b28

Please sign in to comment.