Browse Source

fix bug of isdcv

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

+ 1
- 1
emacs.el View File

@@ -2344,7 +2344,7 @@ this is test, does not rename files."

(defvar isdcv-current-prompt-point nil
"Point of beginning of current prompt.")
(make-variable-buffer-local 'isdcv--current-prompt-point)
(make-variable-buffer-local 'isdcv-current-prompt-point)

(defvar isdcv-mode-map
(let ((map (make-sparse-keymap)))


Loading…
Cancel
Save