From 53d27120778ca95bc96cff9c6e3b362acd061ccd Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 25 Aug 2002 02:55:16 +0000 Subject: [PATCH] (lsdb-mode-delete-entry): Fix the last change. --- lsdb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsdb.el b/lsdb.el index aab6031..4b04f75 100644 --- a/lsdb.el +++ b/lsdb.el @@ -1042,7 +1042,7 @@ Modify whole identification by side effect." "Delete the entry on the current line." (interactive) (let ((record (lsdb-current-record)) - entry) + entry-name entry) (unless record (error "There is nothing to follow here")) (setq entry-name (or (lsdb-current-entry) -- 1.7.10.4