Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from glasserc/master
Browse files Browse the repository at this point in the history
add an autoload for scratch
  • Loading branch information
cbbrowne committed Jul 8, 2011
2 parents 31aa531 + a1c6379 commit ca45180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scratch.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ for those buffers."
(push (substring name 0 -5) modes)))))
modes)))

;;;###autoload
(defun scratch (&optional arg)
"Get a scratch buffer for the current mode."
(interactive "p")
Expand Down

0 comments on commit ca45180

Please sign in to comment.