help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable automatic Perl indentation


From: Edward O'Connor
Subject: Re: Disable automatic Perl indentation
Date: 06 Feb 2003 11:10:30 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

> I have GNU Emacs 19.34.2
> 
> With the (load "perl-mode") statement in there, it gives me:
> "Symbol's function definition is void: kbd"

Toss this in your ~/.emacs:

(unless (fboundp 'kbd)
  (defmacro kbd (key-sequence)
    (read-kbd-macro key-sequence)))


Ted

-- 
Edward O'Connor
oconnor@soe.ucsd.edu


reply via email to

[Prev in Thread] Current Thread [Next in Thread]