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

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

Re: defun not working


From: Stefan Monnier
Subject: Re: defun not working
Date: Tue, 19 Jul 2005 11:20:16 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> (defun edo-vertical-to-horizontal ()
> (interactive)
> (let ((one-buf (window-buffer (selected-window))))
> (other-window 1)
> (delete-other-window)
> (split-window-horizontally)
> (switch-to-buffer one-buf))

Go to the first open-paren and press C-M-q that will make your code
more readable, especially to readers of this newsgroup.  Thank you,


        Stefan


reply via email to

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