From: Eli Zaretskii Date: Mon, 26 Nov 2001 19:52:07 +0000 (+0000) Subject: Change the provide and the header as per the renaming. X-Git-Tag: ttn-vms-21-2-B4~18113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=125eb4116cb3f2c3bf9ee0c56d29444ccd2cd1be;p=emacs.git Change the provide and the header as per the renaming. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e650ba78b68..518c1988783 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-11-26 Eli Zaretskii + * help-fns.el: Renamed from help-funs.el. + * startup.el (command-line-1): Don't try to call process-list if it is not fboundp. diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 48fef4c42fe..366c798b137 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -1,4 +1,4 @@ -;;; help-funs.el --- Complex help functions +;;; help-fns.el --- Complex help functions ;; Copyright (C) 1985, 1986, 1993, 1994, 1998, 1999, 2000, 2001 ;; Free Software Foundation, Inc. @@ -452,6 +452,6 @@ BUFFER defaults to the current buffer." (insert "\nThe parent syntax table is:") (describe-vector table 'internal-describe-syntax-value)))))) -(provide 'help-funs) +(provide 'help-fns) -;;; help-funs.el ends here +;;; help-fns.el ends here