/[emacs]/emacs/lisp/indent.el
ViewVC logotype

Diff of /emacs/lisp/indent.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by monnier, Thu Dec 6 16:17:08 2001 UTC revision 1.49 by monnier, Fri Feb 1 21:44:26 2002 UTC
# Line 84  The function actually called to indent i Line 84  The function actually called to indent i
84          ;; so we force it to always insert a tab here.          ;; so we force it to always insert a tab here.
85          (eq indent-line-function 'indent-to-left-margin)          (eq indent-line-function 'indent-to-left-margin)
86          (and (not tab-always-indent)          (and (not tab-always-indent)
87               (> (current-column) (current-indentation)))               (> (current-column) (current-indentation))))
         (and (not (eq tab-always-indent 'always))  
              (eq this-command last-command)))  
88      (insert-tab arg))      (insert-tab arg))
89     ;; Those functions are meant specifically for tabbing and not for     ;; Those functions are meant specifically for tabbing and not for
90     ;; indenting, so we can't pass them to indent-according-to-mode.     ;; indenting, so we can't pass them to indent-according-to-mode.

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26