Skip to content

Commit

Permalink
[.el] Add a User Functions header.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Dec 14, 2010
1 parent ec16e8f commit 427c955
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elisp/marmalade.el
Expand Up @@ -82,6 +82,10 @@ a list of some sort."
(kill-buffer)
(error (concat "Marmalade error: " msg))))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; User Functions
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defun marmalade-login (&optional callback)
"Log in to Marmalade and get the authentication token.
Prompt interactively for the user's username and password, then
Expand Down

0 comments on commit 427c955

Please sign in to comment.