[sawfish] sawfish.el: Indent of `let' is buggy, so deleted it for now.
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] sawfish.el: Indent of `let' is buggy, so deleted it for now.
- Date: Tue, 12 Oct 2010 05:55:39 +0000 (UTC)
commit 3571f2bff4000d9ed63ff4772a7d925fb537fb8d
Author: Teika kazura <teika lavabit com>
Date: Tue Oct 12 11:30:19 2010 +0900
sawfish.el: Indent of `let' is buggy, so deleted it for now.
ChangeLog | 2 ++
sawfish.el | 3 ---
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index aefd96a..abe3570 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
In 1.7.0, poweroff related commands under root-menu -> session can't
be invoked. This is fixed.
+ * sawfish.el: Indent of `let' is wrong, so deleted it for now.
+
2010-10-09 Teika kazura <teika lavabit com>
* lisp/sawfish/wm/integration/gnome.jl
* lisp/sawfish/wm/integration/kde.jl
diff --git a/sawfish.el b/sawfish.el
index c7dad4d..2720acd 100644
--- a/sawfish.el
+++ b/sawfish.el
@@ -374,8 +374,6 @@ Special commands:
;; support).
(make-local-variable 'lisp-indent-function)
(setq lisp-indent-function 'sawfish-indent-function)
- ;; `let' is handled specially. See sawfish-indent-function.
- (put 'let 'lisp-indent-function 'scheme-let-indent)
(loop for sym in '((define . 1)
(define-interface . 1)
(define-record-discloser . 1)
@@ -383,7 +381,6 @@ Special commands:
(define-structure . 3)
(letrec . 1)
(let-fluids . 1)
- (let . 'scheme-let-indent)
(structure . 2)
(with-output-to-screen . 0))
do (unless (get (car sym) 'lisp-indent-function)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]