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 12:22:18 -0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>> Toss this in your ~/.emacs:
>> (unless (fboundp 'kbd)
>>   (defmacro kbd (key-sequence)
>>     (read-kbd-macro key-sequence)))
>> Ted
>>
> 
> "Symbol's function definition is void: unless"

Oh, right.

(if (not (fboundp 'kbd))

instead of

(unless (fboundp 'kbd)


Ted

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


reply via email to

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