From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [pretest] Symbol's value as variable is void: perl-mode-abbrev-table Date: Tue, 25 Jun 2002 19:32:24 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <87n0tl7opp.fsf@openprivacy.org> <200206241939.g5OJdSm26203@aztec.santafe.edu> <87elew78yt.fsf@openprivacy.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1025048885 9123 127.0.0.1 (25 Jun 2002 23:48:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Jun 2002 23:48:05 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17N02W-0002N2-00 for ; Wed, 26 Jun 2002 01:48:04 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17N04N-0007hi-00 for ; Wed, 26 Jun 2002 01:50:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17Mzoe-0000CV-00; Tue, 25 Jun 2002 19:33:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 17MznM-0008QW-00; Tue, 25 Jun 2002 19:32:24 -0400 Original-To: burton@openprivacy.org In-Reply-To: <87elew78yt.fsf@openprivacy.org> (burton@openprivacy.org) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5206 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5206 Does this change fix it? *** perl-mode.el.~1.38.4.1.~ Wed Oct 31 17:01:58 2001 --- perl-mode.el Tue Jun 25 09:55:13 2002 *************** *** 105,110 **** --- 105,114 ---- :prefix "perl-" :group 'languages) + (defvar perl-mode-abbrev-table nil + "Abbrev table in use in perl-mode buffers.") + (define-abbrev-table 'perl-mode-abbrev-table ()) + (defvar perl-mode-map (let ((map (make-sparse-keymap))) (define-key map "{" 'perl-electric-terminator)