comparison lisp/msb.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 2f2d3995b57f
children 7e97c9b8801f
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; msb.el --- Customizable buffer-selection with multiple menus. 1 ;;; msb.el --- Customizable buffer-selection with multiple menus.
2
2 ;; Copyright (C) 1993, 1994, 1995 Lars Lindberg <Lars.Lindberg@sypro.cap.se> 3 ;; Copyright (C) 1993, 1994, 1995 Lars Lindberg <Lars.Lindberg@sypro.cap.se>
3 ;; 4
4 ;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se> 5 ;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se>
5 ;; Created: 8 Oct 1993 6 ;; Created: 8 Oct 1993
6 ;; Lindberg's last update version: 3.31 7 ;; Lindberg's last update version: 3.31
7 ;; Keywords: mouse buffer menu 8 ;; Keywords: mouse buffer menu
8 ;; 9
9 ;; This program is free software; you can redistribute it and/or modify 10 ;; This file is part of GNU Emacs.
11
12 ;; GNU Emacs is free software; you can redistribute it and/or modify
10 ;; it under the terms of the GNU General Public License as published by 13 ;; it under the terms of the GNU General Public License as published by
11 ;; the Free Software Foundation; either version 2 of the License, or 14 ;; the Free Software Foundation; either version 2, or (at your option)
12 ;; (at your option) any later version. 15 ;; any later version.
13 ;; 16
14 ;; This program is distributed in the hope that it will be useful, 17 ;; GNU Emacs is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
18 ;; 21
19 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
20 ;; along with this program; if not, write to the Free Software 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
22 26
23 ;;; Commentary: 27 ;;; Commentary:
24 ;; 28
25 ;; Purpose of this package: 29 ;; Purpose of this package:
26 ;; 1. Offer a function for letting the user choose buffer, 30 ;; 1. Offer a function for letting the user choose buffer,
27 ;; not necessarily for switching to it. 31 ;; not necessarily for switching to it.
28 ;; 2. Make a better mouse-buffer-menu. 32 ;; 2. Make a better mouse-buffer-menu.
29 ;; 33 ;;