File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,9 @@ return nil."
208
208
(insert (ebib--reading-list-fill-template key db))
209
209
(run-hooks 'ebib-reading-list-new-item-hook )
210
210
(save-buffer )
211
+ (ebib-db-set-current-entry-key (ebib--get-key-at-point) ebib--cur-db)
212
+ (ebib--update-index-buffer)
213
+ (ebib--update-entry-buffer)
211
214
key)))
212
215
213
216
(defun ebib--reading-list-remove-item (key )
@@ -221,6 +224,9 @@ do nothing and return nil."
221
224
(funcall ebib-reading-list-remove-item-function)
222
225
(run-hooks 'ebib-reading-list-remove-item-hook )
223
226
(save-buffer )
227
+ (ebib-db-set-current-entry-key (ebib--get-key-at-point) ebib--cur-db)
228
+ (ebib--update-index-buffer)
229
+ (ebib--update-entry-buffer)
224
230
key))))
225
231
226
232
(defun ebib--reading-list-fill-template (key db )
You can’t perform that action at this time.
0 commit comments