rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Replace deprecated toggle-read-only with read-only-mode #24

Closed syohex closed 8 years ago

syohex commented 8 years ago

'read-only-mode' should be used instead of toggle-read-only since Emacs 24.3.

This causes byte-compile warning.

auto-package-update.el:271:13:Warning: `toggle-read-only' is an obsolete          
    function (as of 24.3); use `read-only-mode' instead.
rranelli commented 8 years ago

Nice!

Thanks once again @syohex =D