From: ueno Date: Sun, 25 Aug 2002 02:55:16 +0000 (+0000) Subject: (lsdb-mode-delete-entry): Fix the last change. X-Git-Tag: lsdb-0_8~1 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Flsdb.git;a=commitdiff_plain;h=53d27120778ca95bc96cff9c6e3b362acd061ccd (lsdb-mode-delete-entry): Fix the last change. --- 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)