Remove own implementation 'reglen' func as there exist standard M-= key binding for this task.
--- a/.emacs-my Sat Oct 01 21:05:31 2011 +0300
+++ b/.emacs-my Wed Oct 05 01:36:19 2011 +0300
@@ -741,14 +741,6 @@
))
;;; ----------------------------------------------------------------
-(message "convenient")
-
-(defun reglen()
- "Show region length."
- (interactive)
- (message "%s" (- (region-end) (region-beginning))))
-
-;;; ----------------------------------------------------------------
(message "minibuffer")
(require 'icomplete) ; Interactive completion in minibuffer.