Add features to remove records and to edit records.
authortsuchiya <tsuchiya>
Wed, 2 Oct 2002 03:12:58 +0000 (03:12 +0000)
committertsuchiya <tsuchiya>
Wed, 2 Oct 2002 03:12:58 +0000 (03:12 +0000)
commitcabd781ab41f38a8373964542656c196c0f2b543
tree6649cb74c0e0e0ea00715ed9948e57bf1c6e4455
parente87e3d7033e01ac011e375fc7d012fa7e9ca08e3
Add features to remove records and to edit records.
(lsdb-delete-record-functions): New option.
(lsdb-delete-address-cache): New function.
(lsdb-display-records): Use `with-current-buffer' instead of
`with-output-to-temp-buffer' to set buffer modification flag.
(lsdb-mode-map): Add bindings for `lsdb-mode-delete-record' and
`lsdb-mode-edit-record'.
(lsdb-delete-record): New function.
(lsdb-mode-delete-entry): Do not call `interactive-p'.
(lsdb-mode-delete-record, lsdb-mode-delete-entry-or-record): New command.
(lsdb-mode-edit-entry): Clean up.
(lsdb-mode-edit-record, lsdb-mode-edit-entry-or-record): New command.
(lsdb-mode-save): Do not call `interactive-p'; Reset buffer modification
flag.
lsdb.el