Skip to content

Commit 0836a17

Browse files
committed
remove overlays
1 parent 7fd2e25 commit 0836a17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pushbullet.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ the pushes. Once the pushes are loaded, the loading message is removed."
261261
(let ((inhibit-read-only t)
262262
(loading-message "Loading pushes...\n\n"))
263263
(setq pushbullet-pushes nil)
264+
(remove-overlays)
264265
(erase-buffer)
265266
(insert (propertize (pushbullet--format-banner) 'face 'font-lock-function-name-face))
266267
(setq pushbullet-content-start-marker (point-max-marker))
@@ -333,6 +334,7 @@ When PUSHES is nil, or when called interactively, use 'pushbullet-pushes'."
333334
(let ((buf (get-buffer-create pushbullet-export-buffer))
334335
(pushes (or pushes pushbullet-pushes)))
335336
(with-current-buffer buf
337+
(remove-overlays)
336338
(erase-buffer)
337339
(insert "#+TITLE: Pushbullet Export\n\n")
338340
(mapc

0 commit comments

Comments
 (0)