Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/hmoccur.el @ 24:4103f0995bd7 r19-15b95
Import from CVS: tag r19-15b95
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:03 +0200 |
parents | 376386a54a3c |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
23:0edd3412f124 | 24:4103f0995bd7 |
---|---|
4 ;; SUMMARY: Multi-buffer or multi-file regexp occurrence location. | 4 ;; SUMMARY: Multi-buffer or multi-file regexp occurrence location. |
5 ;; USAGE: GNU Emacs Lisp Library | 5 ;; USAGE: GNU Emacs Lisp Library |
6 ;; KEYWORDS: hypermedia, matching | 6 ;; KEYWORDS: hypermedia, matching |
7 ;; | 7 ;; |
8 ;; AUTHOR: Markus Freericks <mfx@cs.tu-berlin.de> / Bob Weiner | 8 ;; AUTHOR: Markus Freericks <mfx@cs.tu-berlin.de> / Bob Weiner |
9 ;; ORG: Technical University of Berlin / Brown U. | 9 ;; ORG: Technical University of Berlin / InfoDock Associates |
10 ;; | 10 ;; |
11 ;; ORIG-DATE: 1-Aug-91 | 11 ;; ORIG-DATE: 1-Aug-91 |
12 ;; LAST-MOD: 14-Apr-95 at 16:04:43 by Bob Weiner | 12 ;; LAST-MOD: 31-Oct-96 at 22:35:01 by Bob Weiner |
13 ;; | 13 ;; |
14 ;; This file is part of Hyperbole. | 14 ;; This file is part of Hyperbole. |
15 ;; Available for use and distribution under the same terms as GNU Emacs. | 15 ;; Available for use and distribution under the same terms as GNU Emacs. |
16 ;; | 16 ;; |
17 ;; Copyright (C) 1991, Markus Freericks | 17 ;; Copyright (C) 1991, Markus Freericks |
18 ;; Copyright (C) 1991-1995, Free Software Foundation, Inc. | 18 ;; Copyright (C) 1991-1996, Free Software Foundation, Inc. |
19 ;; Developed with support from Motorola Inc. | 19 ;; Developed with support from Motorola Inc. |
20 ;; | 20 ;; |
21 ;; DESCRIPTION: | 21 ;; DESCRIPTION: |
22 ;; | 22 ;; |
23 ;; Modified by Bob Weiner to allow selection of a set of files within a | 23 ;; Modified by Bob Weiner to allow selection of a set of files within a |
24 ;; single directory to search. By default, {M-x moccur RTN} searches | 24 ;; single directory to search. By default, {M-x moccur RET} searches |
25 ;; current buffers with files attached. | 25 ;; current buffers with files attached. |
26 ;; | 26 ;; |
27 ;; Date: 1 Aug 91 15:47:27 GMT | 27 ;; Date: 1 Aug 91 15:47:27 GMT |
28 ;; From: mfx@cs.tu-berlin.de (Markus Freericks) | 28 ;; From: mfx@cs.tu-berlin.de (Markus Freericks) |
29 ;; Subject: moccur - multibuffer occurences | 29 ;; Subject: moccur - multibuffer occurences |