emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/mpuz.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/play/mpuz.el
Date: Sat, 04 May 2002 10:17:07 -0400

Index: emacs/lisp/play/mpuz.el
diff -c emacs/lisp/play/mpuz.el:1.22 emacs/lisp/play/mpuz.el:1.23
*** emacs/lisp/play/mpuz.el:1.22        Sun Mar 10 12:27:48 2002
--- emacs/lisp/play/mpuz.el     Sat May  4 10:17:07 2002
***************
*** 367,373 ****
    (let ((buf (mpuz-get-buffer)))
      (or buf (setq buf (mpuz-create-buffer)))
      (switch-to-buffer buf)
!     (or buffer-read-only (toggle-read-only))
      (mpuz-mode)))
  
  
--- 367,373 ----
    (let ((buf (mpuz-get-buffer)))
      (or buf (setq buf (mpuz-create-buffer)))
      (switch-to-buffer buf)
!     (setq buffer-read-only t)
      (mpuz-mode)))
  
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]