(defun reglen() “Show region length.” (interactive) (message “Region length=%s” (- (region-end) (region-beginning))))
Created
March 28, 2010 09:24
-
-
Save danlentz/346670 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment