Skip to content

Instantly share code, notes, and snippets.

@enebo
Created January 17, 2019 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/04288687df3535e755da939f8514e798 to your computer and use it in GitHub Desktop.
Save enebo/04288687df3535e755da939f8514e798 to your computer and use it in GitHub Desktop.
ELISP> (gist-region (region-beginning) (region-end) (y-or-n-p "private? "))
*** Eval error *** Wrong type argument: number-or-marker-p, nil
ELISP> (gist-region (region-beginning) (region-end) (y-or-n-p "private? "))
*** Eval error *** Wrong type argument: number-or-marker-p, nil
ELISP> (gist-region (region-beginning) (region-end))
*** Eval error *** Wrong type argument: number-or-marker-p, nil
ELISP> (gist-region (region-beginning) (region-end))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment