From cc4b41efa931f6bf110b4208e4ff34b4f06d2d46 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 8 Feb 2012 00:46:21 +0900 Subject: [PATCH] fix bug --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 94f680d..f9ad918 100644 --- a/emacs.el +++ b/emacs.el @@ -844,7 +844,7 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB." ;; (define-key cua--prefix-override-keymap "\C-c" 'term-interrupt-subjob) (set (make-local-variable 'hl-line-range-function) (lambda () - '(0 0))) + '(0 . 0))) )) ;; (add-hook 'term-exec-hook 'forward-char)