Skip to content

Instantly share code, notes, and snippets.

@rlorca
Created October 6, 2010 22:25
Show Gist options
  • Save rlorca/614232 to your computer and use it in GitHub Desktop.
Save rlorca/614232 to your computer and use it in GitHub Desktop.
(let ((counter 0))
(defun new-id ()
(incf counter))
(defun reset-id ()
(setq counter 0)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment