emacs-devel
[Top][All Lists]
Advanced

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

cl-functions do not honor common-lisp-indent-function


From: Thierry Volpiatto
Subject: cl-functions do not honor common-lisp-indent-function
Date: Mon, 24 Dec 2012 14:59:33 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi, some cl-functions are not indented correctly when
`lisp-indent-function' is set to `common-lisp-indent-function'

--8<---------------cut here---------------start------------->8---
(setq lisp-indent-function 'common-lisp-indent-function)

(defun foo ()
  (cl-flet ((test ()
                  (ignore)))
    (test)))

(defun foo ()
  (flet ((test ()
           (ignore)))
    (test)))
--8<---------------cut here---------------end--------------->8---

is this wanted?

-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 




reply via email to

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