emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#12759: closed (letf indentation has become worse)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#12759: closed (letf indentation has become worse)
Date: Mon, 29 Oct 2012 13:55:02 +0000

Your message dated Mon, 29 Oct 2012 09:51:39 -0400
with message-id <address@hidden>
and subject line Re: bug#12759: letf indentation has become worse
has caused the debbugs.gnu.org bug report #12759,
regarding letf indentation has become worse
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
12759: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12759
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: letf indentation has become worse Date: Mon, 29 Oct 2012 03:51:51 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
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.



--- End Message ---
--- Begin Message --- Subject: Re: bug#12759: letf indentation has become worse Date: Mon, 29 Oct 2012 09:51:39 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)
I think it's fixed now, thank you,


        Stefan



--- End Message ---

reply via email to

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