emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/backups.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/backups.texi
Date: Fri, 04 Apr 2003 01:23:20 -0500

Index: emacs/lispref/backups.texi
diff -c emacs/lispref/backups.texi:1.21 emacs/lispref/backups.texi:1.22
*** emacs/lispref/backups.texi:1.21     Fri Feb 23 08:12:30 2001
--- emacs/lispref/backups.texi  Tue Feb  4 09:47:52 2003
***************
*** 1,7 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999
! @c   Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/backups
  @node Backups and Auto-Saving, Buffers, Files, Top
--- 1,7 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1999
! @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/backups
  @node Backups and Auto-Saving, Buffers, Files, Top
***************
*** 78,86 ****
  
  @smallexample
  @group
! (add-hook 'rmail-mode-hook 
            (function (lambda ()
!                       (make-local-variable 
                         'make-backup-files)
                        (setq make-backup-files nil))))
  @end group
--- 78,86 ----
  
  @smallexample
  @group
! (add-hook 'rmail-mode-hook
            (function (lambda ()
!                       (make-local-variable
                         'make-backup-files)
                        (setq make-backup-files nil))))
  @end group
***************
*** 157,163 ****
  @subsection Backup by Renaming or by Copying?
  @cindex backup files, how to make them
  
!   There are two ways that Emacs can make a backup file: 
  
  @itemize @bullet
  @item
--- 157,163 ----
  @subsection Backup by Renaming or by Copying?
  @cindex backup files, how to make them
  
!   There are two ways that Emacs can make a backup file:
  
  @itemize @bullet
  @item
***************
*** 405,411 ****
  
  Some file comparison commands use this function so that they can
  automatically compare a file with its most recent backup.
! @end defun 
  
  @node Auto-Saving
  @section Auto-Saving
--- 405,411 ----
  
  Some file comparison commands use this function so that they can
  automatically compare a file with its most recent backup.
! @end defun
  
  @node Auto-Saving
  @section Auto-Saving




reply via email to

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