[Fix #813] Add missing smartrep require

This commit is contained in:
Bozhidar Batsov 2015-02-22 20:25:34 +02:00
parent dc861b7c8b
commit 19f71e5937

View file

@ -392,6 +392,8 @@ indent yanked text (with prefix arg don't indent)."
;; operate-on-number
(require 'operate-on-number)
(require 'smartrep)
(smartrep-define-key global-map "C-c ."
'(("+" . apply-operation-to-number-at-point)
("-" . apply-operation-to-number-at-point)