(perl-mode-abbrev-table): Restore definition.

This commit is contained in:
Richard M. Stallman 2002-01-22 07:18:14 +00:00
parent 061967de7f
commit 9f2e5ef39d
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2002-01-22 Richard M. Stallman <rms@gnu.org>
* progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
2002-01-21 Richard M. Stallman <rms@gnu.org>
* emacs-lisp/copyright.el (copyright-regexp): Fix previous change.

View file

@ -105,6 +105,10 @@
: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)