diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 16:56:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 16:56:02 +0000 |
commit | aae56ea7ca8c74e7bb5595b828851aaa9f947792 (patch) | |
tree | 464b508b0ece6a20291b838d52ec33305d66a541 /lisp/vc-hooks.el | |
parent | c7986c187611e2f908263a9ad5f104a8ef78d3dc (diff) | |
download | emacs-aae56ea7ca8c74e7bb5595b828851aaa9f947792.tar.gz |
Add standard library headers.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 89e66f48ca6..dd38a058a37 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -1,11 +1,11 @@ -;;; vc-hooks.el -- resident support for version-control +;;; vc-hooks.el --- resident support for version-control ;; Copyright (C) 1992 Free Software Foundation, Inc. ;; Author: Eric S. Raymond <esr@snark.thyrsus.com> ;; Version: 5.2 -;; $Id: vc-hooks.el,v 1.9 1993/03/16 20:21:05 eggert Exp eric $ +;; $Id: vc-hooks.el,v 1.10 1993/03/17 14:01:56 eric Exp eric $ ;; This file is part of GNU Emacs. |