Skip to content

Commit

Permalink
Replace call to obsolete function imenu-list-update-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
bmag committed Apr 11, 2021
1 parent 06f727e commit dc4f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion window-purpose-x.el
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Uses `frame-or-buffer-changed-p' to determine whether the frame or
buffer had changed."
(when (frame-or-buffer-changed-p 'purpose-x-code1-buffers-changed)
(purpose-x-code1-update-dired)
(imenu-list-update-safe)))
(imenu-list-update)))

;;;###autoload
(defun purpose-x-code1-setup ()
Expand Down

0 comments on commit dc4f8a0

Please sign in to comment.