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, 14 Oct 2003 19:32:22 -0400

Index: emacs/lisp/emacs-lisp/cl-indent.el
diff -c emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.1 
emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.2
*** emacs/lisp/emacs-lisp/cl-indent.el:1.37.2.1 Fri Apr  4 01:20:16 2003
--- emacs/lisp/emacs-lisp/cl-indent.el  Tue Oct 14 19:32:20 2003
***************
*** 544,550 ****
             (progv       (4 4 &body))
             (return 0)
             (return-from (nil &body))
!            (symbol-macrolet . multiple-value-bind)
             (tagbody     lisp-indent-tagbody)
             (throw 1)
             (unless 1)
--- 544,550 ----
             (progv       (4 4 &body))
             (return 0)
             (return-from (nil &body))
!            (symbol-macrolet . let)
             (tagbody     lisp-indent-tagbody)
             (throw 1)
             (unless 1)
***************
*** 605,608 ****
--- 605,609 ----
  ;(put 'defclass 'common-lisp-indent-function '((&whole 2 &rest (&whole 2 
&rest 1) &rest (&whole 2 &rest 1)))
  ;(put 'defgeneric 'common-lisp-indent-function 'defun)
  
+ ;;; arch-tag: 7914d50f-92ec-4476-93fc-0f043a380e03
  ;;; cl-indent.el ends here




reply via email to

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