emacs-devel
[Top][All Lists]
Advanced

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

lisp-indent-line


From: A Soare
Subject: lisp-indent-line
Date: Mon, 12 Mar 2007 11:27:14 +0100 (CET)

(defun new-lisp-indent-line (&optional whole-exp)
  "Indent current line as Lisp code.
With argument, indent any additional lines of the same expression
rigidly along with this one."
  (interactive "P")
  ...)

And also when I call it using C-u <parameter> TAB the effect is the same as the 
simple TAB.

So what it shoud have been useful for?

a soare.





reply via email to

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