diff lisp/view.el @ 50634:31489b0b9b0d

(view-read-only): Move from view.el to files.el.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 18 Apr 2003 13:53:18 +0000
parents e88404e8f2cf
children 01b16e9a75fb
line wrap: on
line diff
--- a/lisp/view.el	Fri Apr 18 01:23:43 2003 +0000
+++ b/lisp/view.el	Fri Apr 18 13:53:18 2003 +0000
@@ -53,11 +53,6 @@
   :group 'wp
   :group 'editing)
 
-(defcustom view-read-only nil
-  "*Non-nil means buffers visiting files read-only, do it in view mode."
-  :type 'boolean
-  :group 'view)
-
 (defcustom view-highlight-face 'highlight
    "*The face used for highlighting the match found by View mode search."
    :type 'face