We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c555d10 commit e10e314Copy full SHA for e10e314
lisp/play/gamegrid.el
@@ -663,6 +663,7 @@ FILE is created there."
663
(revert-buffer nil t nil)
664
(display-buffer buf))
665
(find-file-read-only target))
666
+ (view-mode)
667
(goto-char (point-min))
668
(search-forward (concat (int-to-string score)
669
" " (user-login-name) " "
@@ -691,7 +692,8 @@ FILE is created there."
691
692
(forward-line gamegrid-score-file-length)
693
(delete-region (point) (point-max))
694
(setq buffer-read-only t)
- (save-buffer)))
695
+ (save-buffer)
696
+ (view-mode)))
697
698
699
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments