diff options
| author | Stefan Kangas | 2021-02-10 20:58:16 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-02-11 00:06:36 +0100 |
| commit | aaa80f408cbfe9419c2bc140f358604cf0b1a7c7 (patch) | |
| tree | d9059f605d479695db10c03da0687272f321305d /lisp/erc | |
| parent | ad3e5da95359a15b1f615574ae0b39bade6efd67 (diff) | |
| download | emacs-aaa80f408cbfe9419c2bc140f358604cf0b1a7c7.tar.gz emacs-aaa80f408cbfe9419c2bc140f358604cf0b1a7c7.zip | |
Avoid having erc in irrelevant finder categories
* lisp/erc/erc-backend.el:
* lisp/erc/erc-button.el:
* lisp/erc/erc-dcc.el:
* lisp/erc/erc-identd.el:
* lisp/erc/erc-join.el:
* lisp/erc/erc-lang.el:
* lisp/erc/erc-log.el:
* lisp/erc/erc-match.el:
* lisp/erc/erc-menu.el:
* lisp/erc/erc-pcomplete.el:
* lisp/erc/erc-replace.el:
* lisp/erc/erc-spelling.el:
* lisp/erc/erc-stamp.el:
* lisp/erc/erc-track.el:
* lisp/erc/erc-xdcc.el: Remove irrelevant entries in Keywords header.
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/erc-backend.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-button.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-dcc.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-identd.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-join.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-lang.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-log.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-match.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-menu.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-pcomplete.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-replace.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-spelling.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-stamp.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-track.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc-xdcc.el | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/lisp/erc/erc-backend.el b/lisp/erc/erc-backend.el index 4cabd42f532..6f1193cbb2b 100644 --- a/lisp/erc/erc-backend.el +++ b/lisp/erc/erc-backend.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 6 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
| 7 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 7 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 8 | ;; Created: 2004-05-7 | 8 | ;; Created: 2004-05-7 |
| 9 | ;; Keywords: IRC chat client internet | 9 | ;; Keywords: comm, IRC, chat, client, internet |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 71ff40877a8..0a81da38974 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: irc, button, url, regexp | 7 | ;; Keywords: comm, irc, button, url, regexp |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcButton | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcButton |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-dcc.el b/lisp/erc/erc-dcc.el index 9dedd3cda86..e72d8fbe3db 100644 --- a/lisp/erc/erc-dcc.el +++ b/lisp/erc/erc-dcc.el | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> | 7 | ;; Noah Friedman <friedman@prep.ai.mit.edu> |
| 8 | ;; Per Persson <pp@sno.pp.se> | 8 | ;; Per Persson <pp@sno.pp.se> |
| 9 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 9 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 10 | ;; Keywords: comm, processes | 10 | ;; Keywords: comm |
| 11 | ;; Created: 1994-01-23 | 11 | ;; Created: 1994-01-23 |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-identd.el b/lisp/erc/erc-identd.el index 5f1aab1784b..1f68272ebb1 100644 --- a/lisp/erc/erc-identd.el +++ b/lisp/erc/erc-identd.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, processes | 7 | ;; Keywords: comm |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/erc/erc-join.el b/lisp/erc/erc-join.el index e6e50707830..1707e714cc1 100644 --- a/lisp/erc/erc-join.el +++ b/lisp/erc/erc-join.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Alex Schroeder <alex@gnu.org> | 5 | ;; Author: Alex Schroeder <alex@gnu.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: irc | 7 | ;; Keywords: comm, irc |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcAutoJoin | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcAutoJoin |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-lang.el b/lisp/erc/erc-lang.el index b86a8d0be2b..4163e5a08d0 100644 --- a/lisp/erc/erc-lang.el +++ b/lisp/erc/erc-lang.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Old-Version: 1.0.0 | 7 | ;; Old-Version: 1.0.0 |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcLang | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcLang |
| 9 | ;; Keywords: comm languages processes | 9 | ;; Keywords: comm |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 4540ec6808f..22fd3d27136 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> | 5 | ;; Author: Lawrence Mitchell <wence@gmx.li> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; URL: https://www.emacswiki.org/emacs/ErcLogging | 7 | ;; URL: https://www.emacswiki.org/emacs/ErcLogging |
| 8 | ;; Keywords: IRC, chat, client, Internet, logging | 8 | ;; Keywords: comm, IRC, chat, client, Internet, logging |
| 9 | 9 | ||
| 10 | ;; Created 2003-04-26 | 10 | ;; Created 2003-04-26 |
| 11 | ;; Logging code taken from erc.el and modified to use markers. | 11 | ;; Logging code taken from erc.el and modified to use markers. |
diff --git a/lisp/erc/erc-match.el b/lisp/erc/erc-match.el index 153742a6706..eede15c11af 100644 --- a/lisp/erc/erc-match.el +++ b/lisp/erc/erc-match.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Andreas Fuchs <asf@void.at> | 5 | ;; Author: Andreas Fuchs <asf@void.at> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, faces | 7 | ;; Keywords: comm |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcMatch | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcMatch |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-menu.el b/lisp/erc/erc-menu.el index 4c092c834bc..3995a0564af 100644 --- a/lisp/erc/erc-menu.el +++ b/lisp/erc/erc-menu.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, processes, menu | 7 | ;; Keywords: comm, menu |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
diff --git a/lisp/erc/erc-pcomplete.el b/lisp/erc/erc-pcomplete.el index ddaf78774a6..e9ebf0a07a4 100644 --- a/lisp/erc/erc-pcomplete.el +++ b/lisp/erc/erc-pcomplete.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Sacha Chua <sacha@free.net.ph> | 5 | ;; Author: Sacha Chua <sacha@free.net.ph> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, convenience | 7 | ;; Keywords: comm |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcCompletion | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcCompletion |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-replace.el b/lisp/erc/erc-replace.el index 91fafbb6308..c67d7514037 100644 --- a/lisp/erc/erc-replace.el +++ b/lisp/erc/erc-replace.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Author: Andreas Fuchs <asf@void.at> | 6 | ;; Author: Andreas Fuchs <asf@void.at> |
| 7 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 7 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcReplace | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcReplace |
| 9 | ;; Keywords: IRC, client, Internet | 9 | ;; Keywords: comm, IRC, client, Internet |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
diff --git a/lisp/erc/erc-spelling.el b/lisp/erc/erc-spelling.el index 44a3e358812..c18ac5b3ec0 100644 --- a/lisp/erc/erc-spelling.el +++ b/lisp/erc/erc-spelling.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> | 5 | ;; Author: Jorgen Schaefer <forcer@forcix.cx> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: irc | 7 | ;; Keywords: comm, irc |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcSpelling | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcSpelling |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-stamp.el b/lisp/erc/erc-stamp.el index 2c42a18081e..da91364e9cc 100644 --- a/lisp/erc/erc-stamp.el +++ b/lisp/erc/erc-stamp.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, processes, timestamp | 7 | ;; Keywords: comm, timestamp |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcStamp | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcStamp |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index d6ad847c5b9..56f66563ad6 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, faces | 7 | ;; Keywords: comm |
| 8 | ;; URL: https://www.emacswiki.org/emacs/ErcChannelTracking | 8 | ;; URL: https://www.emacswiki.org/emacs/ErcChannelTracking |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/erc/erc-xdcc.el b/lisp/erc/erc-xdcc.el index 6808f24911d..db8383ba20b 100644 --- a/lisp/erc/erc-xdcc.el +++ b/lisp/erc/erc-xdcc.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Mario Lang <mlang@delysid.org> | 5 | ;; Author: Mario Lang <mlang@delysid.org> |
| 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> | 6 | ;; Maintainer: Amin Bandali <bandali@gnu.org> |
| 7 | ;; Keywords: comm, processes | 7 | ;; Keywords: comm |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||