comparison lisp/erc/erc-compat.el @ 74093:bc5d69739d5e

Merge from erc--emacs--22 Merge from my ERC Emacs 22 integration branch. The version is now "5.2 stable pre-release". This will probably be the last change to the version of ERC in Emacs 22 before the release, pending any bugfixes. For details on the changes, see the lisp/erc/ChangeLog file. Note that ERC is now invoked with M-x erc, not M-x erc-select. If you were using the old `erc' function programmatically, use `erc-open' instead. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-520 Creator: Michael Olson <mwolson@gnu.org>
author Miles Bader <miles@gnu.org>
date Mon, 20 Nov 2006 06:50:29 +0000
parents fc745b05e928
children 7a3f13e2dd57
comparison
equal deleted inserted replaced
74092:b4cb60fd110d 74093:bc5d69739d5e
1 ;;; erc-compat.el --- ERC compatibility code for XEmacs 1 ;;; erc-compat.el --- ERC compatibility code for XEmacs
2 2
3 ;; Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc. 3 ;; Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
4 4
5 ;; Author: Alex Schroeder <alex@gnu.org> 5 ;; Author: Alex Schroeder <alex@gnu.org>
6 ;; URL: http://www.emacswiki.org/cgi-bin/wiki.pl?EmacsIRCClient 6 ;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
7 7
8 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
9 9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by