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/lisp-mode.el


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Tue, 01 Feb 2005 10:48:51 -0500

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.170 
emacs/lisp/emacs-lisp/lisp-mode.el:1.171
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.170    Tue Feb  1 15:00:59 2005
--- emacs/lisp/emacs-lisp/lisp-mode.el  Tue Feb  1 15:48:50 2005
***************
*** 884,891 ****
    like ordinary function arguments and then indent any further
    arguments like a body;
  * a function to call just as this function was called.
! If that function returns nil, that means it doesn't specify
! the indentation.
  
  This function also returns nil meaning don't specify the indentation."
    (let ((normal-indent (current-column)))
--- 884,891 ----
    like ordinary function arguments and then indent any further
    arguments like a body;
  * a function to call just as this function was called.
!   If that function returns nil, that means it doesn't specify
!   the indentation.
  
  This function also returns nil meaning don't specify the indentation."
    (let ((normal-indent (current-column)))
***************
*** 921,927 ****
               (lisp-indent-specform method state
                                     indent-point normal-indent))
              (method
!               (funcall method state indent-point)))))))
  
  (defvar lisp-body-indent 2
    "Number of columns to indent the second line of a `(def...)' form.")
--- 921,927 ----
               (lisp-indent-specform method state
                                     indent-point normal-indent))
              (method
!               (funcall method indent-point state)))))))
  
  (defvar lisp-body-indent 2
    "Number of columns to indent the second line of a `(def...)' form.")




reply via email to

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