Mercurial > emacs
changeset 99721:26d3fb99186a
(help-function-arglist): Autoload it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 19 Nov 2008 04:38:08 +0000 |
parents | f7f053965257 |
children | 54f0f48fe43e |
files | lisp/erc/erc-compat.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/erc/erc-compat.el Wed Nov 19 04:37:25 2008 +0000 +++ b/lisp/erc/erc-compat.el Wed Nov 19 04:38:08 2008 +0000 @@ -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 <alex@gnu.org> ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC @@ -44,6 +45,7 @@ (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)