From 2f48d19b589ce7e493afac61788dce303ddc278f Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 18 Jan 2014 18:16:53 +0900 Subject: [PATCH] fix bug of isdcv --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 8e58701..26806be 100644 --- a/emacs.el +++ b/emacs.el @@ -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)))