Browse Source

fix bug

pull/1/head
10sr 12 years ago
parent
commit
cc4b41efa9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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)



Loading…
Cancel
Save