emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-indent.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/cl-indent.el [lexbind]
Date: Tue, 06 Jul 2004 07:15:04 -0400

Index: emacs/lisp/emacs-lisp/cl-indent.el
diff -c emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.2 
emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.3
*** emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.2 Tue Oct 14 23:32:20 2003
--- emacs/lisp/emacs-lisp/cl-indent.el  Tue Jul  6 09:14:20 2004
***************
*** 216,223 ****
                     (cond ((string-match "\\`def"
                                          function)
                            (setq tentative-defun t))
!                          ((string-match "\\`\\(with\\|do\\)-"
!                                         function)
                            (setq method '(&lambda &body))))))
                    ;; backwards compatibility.  Bletch.
                    ((eq method 'defun)
--- 216,227 ----
                     (cond ((string-match "\\`def"
                                          function)
                            (setq tentative-defun t))
!                          ((string-match
!                              (eval-when-compile
!                               (concat "\\`\\("
!                                       (regexp-opt '("with" "without" "do"))
!                                       "\\)-"))
!                              function)
                            (setq method '(&lambda &body))))))
                    ;; backwards compatibility.  Bletch.
                    ((eq method 'defun)




reply via email to

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