diff options
-rw-r--r-- | prog/jao-sloc.el (renamed from misc/jao-sloc.el) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/jao-sloc.el b/prog/jao-sloc.el index 9e38017..1f0e9ab 100644 --- a/misc/jao-sloc.el +++ b/prog/jao-sloc.el @@ -1,5 +1,6 @@ ;; sloc.el -- LOC utilities +;;;###autoload (defun count-sloc-region (beg end kind) "Count source lines of code in region (or (narrowed part of) the buffer when no region is active). SLOC means that empty |