emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Wed, 23 Apr 2003 21:58:40 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.652 emacs/lisp/files.el:1.653
*** emacs/lisp/files.el:1.652   Fri Apr 18 09:53:17 2003
--- emacs/lisp/files.el Wed Apr 23 21:58:40 2003
***************
*** 443,449 ****
      (defalias 'file-locked-p 'ignore))
  
  (defcustom view-read-only nil
!   "*Non-nil means buffers visiting files read-only, do it in view mode."
    :type 'boolean
    :group 'view)
  
--- 443,453 ----
      (defalias 'file-locked-p 'ignore))
  
  (defcustom view-read-only nil
!   "*Non-nil means buffers visiting files read-only do so in view mode.
! In fact, this means that all read-only buffers normally have
! View mode enabled, including buffers that are read-only because
! you visit a file you cannot alter, and buffers you make read-only
! using \\[toggle-read-only]."
    :type 'boolean
    :group 'view)
  




reply via email to

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