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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Fri, 18 Apr 2003 09:53:27 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.651 emacs/lisp/files.el:1.652
*** emacs/lisp/files.el:1.651   Thu Apr 17 17:15:04 2003
--- emacs/lisp/files.el Fri Apr 18 09:53:17 2003
***************
*** 442,448 ****
  (or (fboundp 'file-locked-p)
      (defalias 'file-locked-p 'ignore))
  
! (defvar view-read-only)                       ;Declared in view.el.
  
  (put 'ange-ftp-completion-hook-function 'safe-magic t)
  (defun ange-ftp-completion-hook-function (op &rest args)
--- 442,451 ----
  (or (fboundp 'file-locked-p)
      (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)
  
  (put 'ange-ftp-completion-hook-function 'safe-magic t)
  (defun ange-ftp-completion-hook-function (op &rest args)




reply via email to

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