diff lisp/prim/files.el @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents 25f70ba0133c
children 6b37e6ddd302
line wrap: on
line diff
--- a/lisp/prim/files.el	Mon Aug 13 09:38:27 2007 +0200
+++ b/lisp/prim/files.el	Mon Aug 13 09:39:39 2007 +0200
@@ -1,6 +1,6 @@
 ;;; files.el --- file input and output commands for XEmacs.
 
-;; Copyright (C) 1985-1987, 1992-1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985-1987, 1992-1995, 1997 Free Software Foundation, Inc.
 ;; Copyright (C) 1995 Sun Microsystems.
 
 ;; This file is part of XEmacs.
@@ -2419,6 +2419,9 @@
 If `revert-buffer-function' is used to override the normal revert
 mechanism, this hook is not used.")
 
+(defvar revert-buffer-internal-hook nil
+  "Don't use this.")
+
 (defun revert-buffer (&optional ignore-auto noconfirm preserve-modes)
   "Replace the buffer text with the text of the visited file on disk.
 This undoes all changes since the file was visited or saved.
@@ -2590,7 +2593,7 @@
     ;; #### dired-do-flagged-delete in FSF.
     ;; This version is for ange-ftp
     ;;(dired-do-deletions t)
-    ;T This version is for efs
+    ;; This version is for efs
     (dired-expunge-deletions)
     (unwind-protect
 	(save-excursion