all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12759: letf indentation has become worse
@ 2012-10-29  7:51 Glenn Morris
  2012-10-29 13:51 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Glenn Morris @ 2012-10-29  7:51 UTC (permalink / raw
  To: 12759

Package: emacs
Version: 24.2.50
Severity: minor

In Emacs 24.2, letf is indented like this after `emacs -Q -l cl':

(letf (((point) (point-min))
       (a 17))
  body)

This is consistent with `let':

(let ((p (point-min))
      (a 17))
  body)

In current trunk, it indents like this:

(letf (((point) (point-min))
       (a 17))
      body)

cl-letf, on the other hand, indents like letf used to.

Looks like `letf' lost its lisp-indent-function property?

This probably affects the other cl.el functions that are not simply
aliases to cl-lib.el functions.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#12759: letf indentation has become worse
  2012-10-29  7:51 bug#12759: letf indentation has become worse Glenn Morris
@ 2012-10-29 13:51 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2012-10-29 13:51 UTC (permalink / raw
  To: Glenn Morris; +Cc: 12759-done

I think it's fixed now, thank you,


        Stefan






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-29 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29  7:51 bug#12759: letf indentation has become worse Glenn Morris
2012-10-29 13:51 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.