diff options
| author | Dan Nicolaescu | 1998-05-26 09:23:23 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 1998-05-26 09:23:23 +0000 |
| commit | f5f727f8ffa2e674601875b2f2fe7ce3f0030c93 (patch) | |
| tree | 2ce075c3ef33cbd16429784b1d91ca265315b293 | |
| parent | 18baef8fa993d19a8af279a92b2f4efcb82fd199 (diff) | |
| download | emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.tar.gz emacs-f5f727f8ffa2e674601875b2f2fe7ce3f0030c93.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/abbrev.el | 5 | ||||
| -rw-r--r-- | lisp/autoinsert.el | 4 | ||||
| -rw-r--r-- | lisp/autorevert.el | 4 | ||||
| -rw-r--r-- | lisp/complete.el | 5 | ||||
| -rw-r--r-- | lisp/completion.el | 5 | ||||
| -rw-r--r-- | lisp/dabbrev.el | 5 | ||||
| -rw-r--r-- | lisp/emulation/pc-select.el | 4 | ||||
| -rw-r--r-- | lisp/ffap.el | 5 | ||||
| -rw-r--r-- | lisp/filecache.el | 3 | ||||
| -rw-r--r-- | lisp/follow.el | 5 | ||||
| -rw-r--r-- | lisp/hippie-exp.el | 5 | ||||
| -rw-r--r-- | lisp/imenu.el | 3 | ||||
| -rw-r--r-- | lisp/iswitchb.el | 3 | ||||
| -rw-r--r-- | lisp/speedbar.el | 3 |
14 files changed, 38 insertions, 21 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index a2a54074e3a..8309a63ba2a 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Keywords: abbrev | 5 | ;; Keywords: abbrev convenience |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||
| @@ -32,7 +32,8 @@ | |||
| 32 | This makes the commands that normally define mode-specific abbrevs | 32 | This makes the commands that normally define mode-specific abbrevs |
| 33 | define global abbrevs instead." | 33 | define global abbrevs instead." |
| 34 | :type 'boolean | 34 | :type 'boolean |
| 35 | :group 'abbrev-mode) | 35 | :group 'abbrev-mode |
| 36 | :group 'convenience) | ||
| 36 | 37 | ||
| 37 | (defun abbrev-mode (arg) | 38 | (defun abbrev-mode (arg) |
| 38 | "Toggle abbrev mode. | 39 | "Toggle abbrev mode. |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 1c3786778ef..db51fe7a13c 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 6 | ;; Adapted-By: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 | 6 | ;; Adapted-By: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 |
| 7 | ;; Keywords: convenience | ||
| 7 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
| 8 | 9 | ||
| 9 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -52,7 +53,8 @@ | |||
| 52 | (defgroup auto-insert nil | 53 | (defgroup auto-insert nil |
| 53 | "Automatic mode-dependent insertion of text into new files." | 54 | "Automatic mode-dependent insertion of text into new files." |
| 54 | :prefix "auto-insert-" | 55 | :prefix "auto-insert-" |
| 55 | :group 'files) | 56 | :group 'files |
| 57 | :group 'convenience) | ||
| 56 | 58 | ||
| 57 | 59 | ||
| 58 | (defcustom auto-insert-mode nil | 60 | (defcustom auto-insert-mode nil |
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index b41cad7e221..5f60883ad06 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Anders Lindgren <andersl@csd.uu.se> | 5 | ;; Author: Anders Lindgren <andersl@csd.uu.se> |
| 6 | ;; Keywords: convenience | ||
| 6 | ;; Created: 1 Jun 1997 | 7 | ;; Created: 1 Jun 1997 |
| 7 | ;; Date: 3 Jul 1997 | 8 | ;; Date: 3 Jul 1997 |
| 8 | 9 | ||
| @@ -82,7 +83,8 @@ | |||
| 82 | 83 | ||
| 83 | Auto-Revert Mode can be activated for individual buffer. | 84 | Auto-Revert Mode can be activated for individual buffer. |
| 84 | Global Auto-Revert Mode applies to all buffers." | 85 | Global Auto-Revert Mode applies to all buffers." |
| 85 | :group 'files) | 86 | :group 'files |
| 87 | :group 'convenience) | ||
| 86 | 88 | ||
| 87 | 89 | ||
| 88 | ;; Variables: | 90 | ;; Variables: |
diff --git a/lisp/complete.el b/lisp/complete.el index d897c78afa1..a578f22cc54 100644 --- a/lisp/complete.el +++ b/lisp/complete.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> | 5 | ;; Author: Dave Gillespie <daveg@synaptics.com> |
| 6 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev convenience |
| 7 | ;; Version: 2.03 | 7 | ;; Version: 2.03 |
| 8 | ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. | 8 | ;; Special thanks to Hallvard Furuseth for his many ideas and contributions. |
| 9 | 9 | ||
| @@ -101,7 +101,8 @@ | |||
| 101 | (defgroup partial-completion nil | 101 | (defgroup partial-completion nil |
| 102 | "Partial Completion of items." | 102 | "Partial Completion of items." |
| 103 | :prefix "pc-" | 103 | :prefix "pc-" |
| 104 | :group 'minibuffer) | 104 | :group 'minibuffer |
| 105 | :group 'convenience) | ||
| 105 | 106 | ||
| 106 | (defcustom partial-completion-mode nil | 107 | (defcustom partial-completion-mode nil |
| 107 | "Toggle Partial Completion mode. | 108 | "Toggle Partial Completion mode. |
diff --git a/lisp/completion.el b/lisp/completion.el index f087031b266..e17b01d4379 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1990, 1993, 1995, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: abbrev | 6 | ;; Keywords: abbrev convenience |
| 7 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. | 7 | ;; Author: Jim Salem <alem@bbnplanet.com> of Thinking Machines Inc. |
| 8 | ;; (ideas suggested by Brewster Kahle) | 8 | ;; (ideas suggested by Brewster Kahle) |
| 9 | 9 | ||
| @@ -281,7 +281,8 @@ | |||
| 281 | 281 | ||
| 282 | (defgroup completion nil | 282 | (defgroup completion nil |
| 283 | "Dynamic word-completion code." | 283 | "Dynamic word-completion code." |
| 284 | :group 'matching) | 284 | :group 'matching |
| 285 | :group 'convenience) | ||
| 285 | 286 | ||
| 286 | 287 | ||
| 287 | (defcustom enable-completion t | 288 | (defcustom enable-completion t |
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index c35db2fcb98..d6ce4ee8c72 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> | 6 | ;; Maintainer: Lars Lindberg <Lars.Lindberg@sypro.cap.se> |
| 7 | ;; Created: 16 Mars 1992 | 7 | ;; Created: 16 Mars 1992 |
| 8 | ;; Lindberg's last update version: 5.7 | 8 | ;; Lindberg's last update version: 5.7 |
| 9 | ;; Keywords: abbrev expand completion | 9 | ;; Keywords: abbrev expand completion convenience |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -101,7 +101,8 @@ | |||
| 101 | (defgroup dabbrev nil | 101 | (defgroup dabbrev nil |
| 102 | "Dynamic Abbreviations" | 102 | "Dynamic Abbreviations" |
| 103 | :tag "Dynamic Abbreviations" | 103 | :tag "Dynamic Abbreviations" |
| 104 | :group 'abbrev) | 104 | :group 'abbrev |
| 105 | :group 'convenience) | ||
| 105 | 106 | ||
| 106 | (defcustom dabbrev-backward-only nil | 107 | (defcustom dabbrev-backward-only nil |
| 107 | "*If non-nil, `dabbrev-expand' only looks backwards." | 108 | "*If non-nil, `dabbrev-expand' only looks backwards." |
diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index b2ad316fb66..06f2831e150 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | ;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. | 5 | ;; Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> | 7 | ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE> |
| 8 | ;; Keywords: convenience | ||
| 8 | ;; Created: 26 Sep 1995 | 9 | ;; Created: 26 Sep 1995 |
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -80,7 +81,8 @@ | |||
| 80 | (defgroup pc-select nil | 81 | (defgroup pc-select nil |
| 81 | "Emulate pc bindings." | 82 | "Emulate pc bindings." |
| 82 | :prefix "pc-select" | 83 | :prefix "pc-select" |
| 83 | :group 'editing-basics) | 84 | :group 'editing-basics |
| 85 | :group 'convenience) | ||
| 84 | 86 | ||
| 85 | (defcustom pc-select-override-scroll-error t | 87 | (defcustom pc-select-override-scroll-error t |
| 86 | "*Non-nil means don't generate error on scrolling past edge of buffer. | 88 | "*Non-nil means don't generate error on scrolling past edge of buffer. |
diff --git a/lisp/ffap.el b/lisp/ffap.el index 2f4e4a18e74..3ff9d50c28a 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> | 5 | ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> |
| 6 | ;; Created: 29 Mar 1993 | 6 | ;; Created: 29 Mar 1993 |
| 7 | ;; Keywords: files, hypermedia, matching, mouse | 7 | ;; Keywords: files, hypermedia, matching, mouse, convenience |
| 8 | ;; X-URL: ftp://ftp.mathcs.emory.edu/pub/mic/emacs/ | 8 | ;; X-URL: ftp://ftp.mathcs.emory.edu/pub/mic/emacs/ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -105,7 +105,8 @@ | |||
| 105 | (defgroup ffap nil | 105 | (defgroup ffap nil |
| 106 | "Find file or URL at point." | 106 | "Find file or URL at point." |
| 107 | :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/") | 107 | :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/") |
| 108 | :group 'matching) | 108 | :group 'matching |
| 109 | :group 'convenience) | ||
| 109 | 110 | ||
| 110 | ;; The code is organized in pages, separated by formfeed characters. | 111 | ;; The code is organized in pages, separated by formfeed characters. |
| 111 | ;; See the next two pages for standard customization ideas. | 112 | ;; See the next two pages for standard customization ideas. |
diff --git a/lisp/filecache.el b/lisp/filecache.el index 0c0dcc3f59b..a580ee67ba1 100644 --- a/lisp/filecache.el +++ b/lisp/filecache.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | ;; | 2 | ;; |
| 3 | ;; Author: Peter Breton <pbreton@cs.umb.edu> | 3 | ;; Author: Peter Breton <pbreton@cs.umb.edu> |
| 4 | ;; Created: Sun Nov 10 1996 | 4 | ;; Created: Sun Nov 10 1996 |
| 5 | ;; Keywords: | 5 | ;; Keywords: convenience |
| 6 | ;; Time-stamp: <1998-04-29 22:38:56 pbreton> | 6 | ;; Time-stamp: <1998-04-29 22:38:56 pbreton> |
| 7 | ;; | 7 | ;; |
| 8 | ;; Copyright (C) 1996 Free Software Foundation, Inc. | 8 | ;; Copyright (C) 1996 Free Software Foundation, Inc. |
| @@ -142,6 +142,7 @@ | |||
| 142 | (defgroup file-cache nil | 142 | (defgroup file-cache nil |
| 143 | "Find files using a pre-loaded cache." | 143 | "Find files using a pre-loaded cache." |
| 144 | :group 'files | 144 | :group 'files |
| 145 | :group 'convenience | ||
| 145 | :prefix "file-cache-") | 146 | :prefix "file-cache-") |
| 146 | 147 | ||
| 147 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | 148 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
diff --git a/lisp/follow.el b/lisp/follow.el index 2d818708c63..fcdfd4db2e9 100644 --- a/lisp/follow.el +++ b/lisp/follow.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Maintainer: Anders Lindgren <andersl@csd.uu.se> | 6 | ;; Maintainer: Anders Lindgren <andersl@csd.uu.se> |
| 7 | ;; Created: 25 May 1995 | 7 | ;; Created: 25 May 1995 |
| 8 | ;; Version: 1.7 | 8 | ;; Version: 1.7 |
| 9 | ;; Keywords: display, window, minor-mode | 9 | ;; Keywords: display, window, minor-mode, convenience |
| 10 | ;; Date: 4 Jun 1997 | 10 | ;; Date: 4 Jun 1997 |
| 11 | 11 | ||
| 12 | ;; This file is part of GNU Emacs. | 12 | ;; This file is part of GNU Emacs. |
| @@ -281,7 +281,8 @@ | |||
| 281 | (defgroup follow nil | 281 | (defgroup follow nil |
| 282 | "Synchronize windows showing the same buffer." | 282 | "Synchronize windows showing the same buffer." |
| 283 | :prefix "follow-" | 283 | :prefix "follow-" |
| 284 | :group 'windows) | 284 | :group 'windows |
| 285 | :group 'convenience) | ||
| 285 | 286 | ||
| 286 | (defvar follow-mode nil | 287 | (defvar follow-mode nil |
| 287 | "Variable indicating if Follow mode is active.") | 288 | "Variable indicating if Follow mode is active.") |
diff --git a/lisp/hippie-exp.el b/lisp/hippie-exp.el index 3af8e1b270d..6f82054f8f7 100644 --- a/lisp/hippie-exp.el +++ b/lisp/hippie-exp.el | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | ;; Author: Anders Holst <aho@sans.kth.se> | 5 | ;; Author: Anders Holst <aho@sans.kth.se> |
| 6 | ;; Last change: 3 March 1998 | 6 | ;; Last change: 3 March 1998 |
| 7 | ;; Version: 1.6 | 7 | ;; Version: 1.6 |
| 8 | ;; Keywords: abbrev | 8 | ;; Keywords: abbrev convenience |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -170,7 +170,8 @@ | |||
| 170 | 170 | ||
| 171 | (defgroup hippie-expand nil | 171 | (defgroup hippie-expand nil |
| 172 | "Expand text trying various ways to find its expansion." | 172 | "Expand text trying various ways to find its expansion." |
| 173 | :group 'abbrev) | 173 | :group 'abbrev |
| 174 | :group 'convenience) | ||
| 174 | 175 | ||
| 175 | (defvar he-num -1) | 176 | (defvar he-num -1) |
| 176 | 177 | ||
diff --git a/lisp/imenu.el b/lisp/imenu.el index 30e2120934b..2b5e1276788 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | ;; Lars Lindberg <lli@sypro.cap.se> | 6 | ;; Lars Lindberg <lli@sypro.cap.se> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Created: 8 Feb 1994 | 8 | ;; Created: 8 Feb 1994 |
| 9 | ;; Keywords: tools | 9 | ;; Keywords: tools convenience |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -73,6 +73,7 @@ | |||
| 73 | "Mode-specific buffer indexes." | 73 | "Mode-specific buffer indexes." |
| 74 | :group 'matching | 74 | :group 'matching |
| 75 | :group 'frames | 75 | :group 'frames |
| 76 | :group 'convenience | ||
| 76 | :link '(custom-manual "(elisp)Imenu")) | 77 | :link '(custom-manual "(elisp)Imenu")) |
| 77 | 78 | ||
| 78 | (defcustom imenu-use-markers t | 79 | (defcustom imenu-use-markers t |
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index bdaeaa5e7b2..4f82f7fa7d1 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Stephen Eglen <stephen@cns.ed.ac.uk> | 5 | ;; Author: Stephen Eglen <stephen@cns.ed.ac.uk> |
| 6 | ;; Maintainer: Stephen Eglen <stephen@cns.ed.ac.uk> | 6 | ;; Maintainer: Stephen Eglen <stephen@cns.ed.ac.uk> |
| 7 | ;; Keywords: extensions | 7 | ;; Keywords: extensions convenience |
| 8 | ;; location: http://www.cns.ed.ac.uk/people/stephen/emacs/ | 8 | ;; location: http://www.cns.ed.ac.uk/people/stephen/emacs/ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -213,6 +213,7 @@ | |||
| 213 | (defgroup iswitchb nil | 213 | (defgroup iswitchb nil |
| 214 | "Switch between buffers using substrings." | 214 | "Switch between buffers using substrings." |
| 215 | :group 'extensions | 215 | :group 'extensions |
| 216 | :group 'convenience | ||
| 216 | ;; These links are to be added in later versions of custom and | 217 | ;; These links are to be added in later versions of custom and |
| 217 | ;; so are currently commented out. | 218 | ;; so are currently commented out. |
| 218 | :link '(emacs-commentary-link :tag "Commentary" "iswitchb.el") | 219 | :link '(emacs-commentary-link :tag "Commentary" "iswitchb.el") |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 89397f11c91..f3595eaf650 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; | 4 | ;; |
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.ai.mit.edu> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.ai.mit.edu> |
| 6 | ;; Version: 0.6.2 | 6 | ;; Version: 0.6.2 |
| 7 | ;; Keywords: file, tags, tools | 7 | ;; Keywords: file, tags, tools, convenience |
| 8 | ;; | 8 | ;; |
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | ;; | 10 | ;; |
| @@ -346,6 +346,7 @@ | |||
| 346 | "File and tag browser frame." | 346 | "File and tag browser frame." |
| 347 | :group 'tags | 347 | :group 'tags |
| 348 | :group 'tools | 348 | :group 'tools |
| 349 | :group 'convenience | ||
| 349 | :version "20.3") | 350 | :version "20.3") |
| 350 | 351 | ||
| 351 | (defgroup speedbar-faces nil | 352 | (defgroup speedbar-faces nil |