comparison lisp/emacs-lisp/find-gc.el @ 64085:18a818a2ee7c

Update FSF's address.
author Lute Kamstra <lute@gnu.org>
date Mon, 04 Jul 2005 17:55:18 +0000
parents 695cf19ef79e
children ce8784010c3c f9a65d7ebd29
comparison
equal deleted inserted replaced
64084:a8fa7c632ee4 64085:18a818a2ee7c
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
18 18
19 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 21 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02111-1307, USA. 22 ;; Boston, MA 02110-1301, USA.
23 23
24 ;;; Commentary: 24 ;;; Commentary:
25 25
26 ;; Produce in unsafe-list the set of all functions that may invoke GC. 26 ;; Produce in unsafe-list the set of all functions that may invoke GC.
27 ;; This expects the Emacs sources to live in emacs-source-directory. 27 ;; This expects the Emacs sources to live in emacs-source-directory.