Skip to content

Instantly share code, notes, and snippets.

@danlentz
Created March 28, 2010 09:24
Show Gist options
  • Save danlentz/346670 to your computer and use it in GitHub Desktop.
Save danlentz/346670 to your computer and use it in GitHub Desktop.

(defun reglen() “Show region length.” (interactive) (message “Region length=%s” (- (region-end) (region-beginning))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment