# HG changeset patch # User Oleksandr Gavenko # Date 1317767779 -10800 # Node ID 973cc8f1023a2a883800cae7ee1cdcad617a1156 # Parent 29d5bc4953c68426ad35390d9836ac1cc3a0046b Remove own implementation 'reglen' func as there exist standard M-= key binding for this task. diff -r 29d5bc4953c6 -r 973cc8f1023a .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.