Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; Make sure the file is opened in read-only mode.
- (defun safe-find-library ()
- (interactive)
- (call-interactively #'find-library)
- (read-only-mode))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement