comparison lisp/files.el @ 110319:f52a8c72912b

Revert revno 101418 by Bob Chassel.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Sep 2010 16:42:33 +0200
parents 50478146a2e1
children 7d1ae818a5d2
comparison
equal deleted inserted replaced
110318:3386110d149b 110319:f52a8c72912b
1 ;; (defun auto-save-mode (arg)
2 ;; "Toggle auto-saving of contents of current buffer.
3 ;; With prefix argument ARG, turn auto-saving on if positive, else off."
4 ;; (interactive)
5 ;; (if (> arg 0) auto-save (null auto-save)))
6
7
8 ;; (defun auto-fill-mode (arg)
9 ;; "Toggle Auto Fill mode.
10 ;; With ARG, turn Auto Fill mode on if and only if ARG is positive.
11 ;; In Auto Fill mode, inserting a space at a column beyond `current-fill-column'
12 ;; automatically breaks the line at a previous space."
13 ;; (interactive)
14 ;; (if (> arg 0) auto-fill (null auto-fill)))
15
16 ;;; files.el --- file input and output commands for Emacs 1 ;;; files.el --- file input and output commands for Emacs
17 2
18 ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996, 3 ;; Copyright (C) 1985, 1986, 1987, 1992, 1993, 1994, 1995, 1996,
19 ;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 4 ;; 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
20 ;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 5 ;; 2007, 2008, 2009, 2010 Free Software Foundation, Inc.