Skip to content
Snippets Groups Projects
Commit 82388543 authored by Jostein Kjønigsen's avatar Jostein Kjønigsen Committed by Brad King
Browse files

cmake-mode.el: Replace use of obsolete function (since Emacs 24.3).

parent ca684ccb
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ optional argument topic will be appended to the argument list."
(save-selected-window
(select-window (display-buffer buffer 'not-this-window))
(cmake-mode)
(toggle-read-only t))
(read-only-mode 1))
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment