JS <[EMAIL PROTECTED]> writes:

>
> I have just entered this in my .emacs fil:
>
> (global-set-key "\M-," 'comment-dwim)
>
> When I start up emacs I get this error:

> An error has occurred while loading `/home/johs/.emacs':
>
> Symbol's function definition is void: global-set-key 

Seems like your newreader put some extra magic characters in the
parent post. Try this:

 (global-set-key "\M-," 'comment-dwim)

/Mathias
_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to