Remove own implementation 'reglen' func as there exist standard M-= key binding for this task.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 05 Oct 2011 01:36:19 +0300
changeset 715 973cc8f1023a
parent 714 29d5bc4953c6
child 716 a3f42d9dd281
Remove own implementation 'reglen' func as there exist standard M-= key binding for this task.
.emacs-my
--- 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.