From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Defcustom write-file-functions and write-contents-functions? Date: 01 Jan 2004 07:52:37 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200312311657.hBVGvD428945@raven.dms.auburn.edu> <200312311927.hBVJR8H29112@raven.dms.auburn.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1072936375 29386 80.91.224.253 (1 Jan 2004 05:52:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jan 2004 05:52:55 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jan 01 06:52:52 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AbvlM-0003zd-00 for ; Thu, 01 Jan 2004 06:52:52 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AbvlL-0007Ov-00 for ; Thu, 01 Jan 2004 06:52:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Abwhn-0002wD-D4 for emacs-devel@quimby.gnus.org; Thu, 01 Jan 2004 01:53:15 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AbwhP-0002vi-NF for emacs-devel@gnu.org; Thu, 01 Jan 2004 01:52:51 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Abwgt-0002on-SH for emacs-devel@gnu.org; Thu, 01 Jan 2004 01:52:50 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1Abwgs-0002oS-VF; Thu, 01 Jan 2004 01:52:19 -0500 Original-To: Simon Josefsson In-reply-to: (message from Simon Josefsson on Wed, 31 Dec 2003 20:56:21 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:18938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:18938 > From: Simon Josefsson > Date: Wed, 31 Dec 2003 20:56:21 +0100 > > You convinced me, thanks for the feedback. How about this patch, > instead? > > 2003-12-31 Simon Josefsson > > * files.el (before-save-hook): Add. This addition should be followed by 2 documentation changes: (1) to the ELisp manual, and (2) to etc/NEWS. TIA