comparison lisp/indent.el @ 732:a8d94735277e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 30 Jun 1992 13:54:21 +0000
parents 08eb386dd0f3
children 4f28bd14272c
comparison
equal deleted inserted replaced
731:5c6db33a9ef6 732:a8d94735277e
17 ;; You should have received a copy of the GNU General Public License 17 ;; You should have received a copy of the GNU General Public License
18 ;; along with GNU Emacs; see the file COPYING. If not, write to 18 ;; along with GNU Emacs; see the file COPYING. If not, write to
19 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 19 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
20 20
21 21
22 ;;;###autoload
23 (defvar indent-line-function 'indent-to-left-margin "\ 22 (defvar indent-line-function 'indent-to-left-margin "\
24 Function to indent current line.");Now in loaddefs.el 23 Function to indent current line.");Now in loaddefs.el
25 24
26 (defun indent-according-to-mode () 25 (defun indent-according-to-mode ()
27 "Indent line in proper way for current major mode." 26 "Indent line in proper way for current major mode."