pheaver / breadcrumb

Breadcrumb for Emacs
http://breadcrumbemacs.sourceforge.net/
24 stars 8 forks source link

Missing function `toggle-read-only` #6

Open oneself opened 4 months ago

oneself commented 4 months ago

There seems to be a missing function called toggle-read-only that's used in several places throughout the codebase. Not sure if this was once support in a previous version of emacs or a dependent package, but in the version that I am using (29.3) it is not available.

I've added a simple implementation to make the code work.