Enable downcase-region command

This commit is contained in:
Gergely Polonkai 2016-06-29 09:23:39 +02:00
parent d37fc9501b
commit 82dcd249e1
1 changed files with 1 additions and 0 deletions

View File

@ -294,3 +294,4 @@ Version 2016-02-16"
((looking-at "[[:upper:]]") (downcase-region (point) (1+ (point)))))
(cond
(arg-move-point (right-char)))))
(put 'downcase-region 'disabled nil)