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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/indent.el
Date: Sat, 01 Dec 2001 23:47:16 -0500

Index: emacs/lisp/indent.el
diff -c emacs/lisp/indent.el:1.46 emacs/lisp/indent.el:1.47
*** emacs/lisp/indent.el:1.46   Sat Dec  1 22:55:16 2001
--- emacs/lisp/indent.el        Sat Dec  1 23:47:16 2001
***************
*** 37,43 ****
    :group 'indent
    :type 'integer)
  
! (defvar indent-line-function 'indent-relative
    "Function to indent the current line.
  This function will be called with no arguments.
  If it is called somewhere where auto-indentation cannot be done
--- 37,43 ----
    :group 'indent
    :type 'integer)
  
! (defvar indent-line-function 'indent-to-left-margin
    "Function to indent the current line.
  This function will be called with no arguments.
  If it is called somewhere where auto-indentation cannot be done



reply via email to

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