From 9a7268cf3ac492d8118c02e42af6977b32459fbf Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 13 Jan 2004 00:24:12 +0000 Subject: [PATCH] *** empty log message *** --- lisp/emacs-lisp/bytecomp.el | 4 ++-- lispref/files.texi | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index f6444d42b35..d4949f94aa6 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -10,7 +10,7 @@ ;;; This version incorporates changes up to version 2.10 of the ;;; Zawinski-Furuseth compiler. -(defconst byte-compile-version "$Revision: 2.139 $") +(defconst byte-compile-version "$Revision: 2.140 $") ;; This file is part of GNU Emacs. @@ -130,7 +130,7 @@ ;; (baz 0)) ;; ;; o It is possible to open-code a function in the same file it is defined -;; in without having to load that file before compiling it. the +;; in without having to load that file before compiling it. The ;; byte-compiler has been modified to remember function definitions in ;; the compilation environment in the same way that it remembers macro ;; definitions. diff --git a/lispref/files.texi b/lispref/files.texi index c1ed45b5dff..04c27971445 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -416,9 +416,9 @@ calling @code{set-visited-file-name} does not. @defopt before-save-hook This normal hook runs before a buffer is saved in its visited file, regardless of whether that is done normally or by one of the hooks -described above. One use of this hook is for the Copyright package; -it uses this hook to make sure the file has the current year in the -copyright header. +described above. For instance, the @file{copyright.el} program uses +this hook to make sure the file you are saving has the current year in +its copyright notice. @end defopt @c Emacs 19 feature -- 2.39.2