From 688d0744509406fc51ae09bb9ba22760d9a78543 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 19 Nov 2008 04:38:16 +0000 Subject: [PATCH] (help-function-arglist): Autoload it. --- lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc-compat.el | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 3d1ac3baab0..8f641bc07fd 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-19 Glenn Morris + + * erc-compat.el (help-function-arglist): Autoload it. + 2008-10-03 Michael Olson * erc-dcc.el (english): Increase size heading by two places. diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el index 5cb7b82e2d4..b56c4ead3e4 100644 --- a/lisp/erc/erc-compat.el +++ b/lisp/erc/erc-compat.el @@ -1,6 +1,7 @@ ;;; erc-compat.el --- ERC compatibility code for XEmacs -;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Author: Alex Schroeder ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC @@ -44,6 +45,7 @@ See `erc-encoding-coding-alist'." (defalias 'erc-propertize 'propertize) (defalias 'erc-view-mode-enter 'view-mode-enter) +(autoload 'help-function-arglist "help-fns") (defalias 'erc-function-arglist 'help-function-arglist) (defalias 'erc-delete-dups 'delete-dups) (defalias 'erc-replace-regexp-in-string 'replace-regexp-in-string) -- 2.39.2