emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/indent.el
Date: Fri, 01 Feb 2002 16:44:27 -0500

Index: emacs/lisp/indent.el
diff -c emacs/lisp/indent.el:1.48 emacs/lisp/indent.el:1.49
*** emacs/lisp/indent.el:1.48   Thu Dec  6 11:17:08 2001
--- emacs/lisp/indent.el        Fri Feb  1 16:44:26 2002
***************
*** 84,92 ****
        ;; so we force it to always insert a tab here.
        (eq indent-line-function 'indent-to-left-margin)
        (and (not tab-always-indent)
!            (> (current-column) (current-indentation)))
!       (and (not (eq tab-always-indent 'always))
!            (eq this-command last-command)))
      (insert-tab arg))
     ;; Those functions are meant specifically for tabbing and not for
     ;; indenting, so we can't pass them to indent-according-to-mode.
--- 84,90 ----
        ;; so we force it to always insert a tab here.
        (eq indent-line-function 'indent-to-left-margin)
        (and (not tab-always-indent)
!            (> (current-column) (current-indentation))))
      (insert-tab arg))
     ;; Those functions are meant specifically for tabbing and not for
     ;; indenting, so we can't pass them to indent-according-to-mode.



reply via email to

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