unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [pretest] Symbol's value as variable is void: perl-mode-abbrev-table
Date: Tue, 25 Jun 2002 19:32:24 -0400	[thread overview]
Message-ID: <E17MznM-0008QW-00@fencepost.gnu.org> (raw)
In-Reply-To: <87elew78yt.fsf@openprivacy.org> (burton@openprivacy.org)

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)

  reply	other threads:[~2002-06-25 23:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-23 19:57 [pretest] Symbol's value as variable is void: perl-mode-abbrev-table Kevin A. Burton
     [not found] ` <200206241939.g5OJdSm26203@aztec.santafe.edu>
2002-06-24 19:49   ` Kevin A. Burton
2002-06-25 23:32     ` Richard Stallman [this message]
2002-06-25 23:53       ` Kevin A. Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E17MznM-0008QW-00@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).