From d7fa5aa239688e198a88571183b218566ef0b90a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 16 Dec 1996 01:33:02 +0000 Subject: Change defconsts to defvars. --- lisp/emacs-lisp/lisp-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index b86e497682d..26eab753c38 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -330,8 +330,8 @@ With argument, insert value in current buffer after the defun." (max (if (bolp) 0 (1+ (current-column))) comment-column)))) -(defconst lisp-indent-offset nil "") -(defconst lisp-indent-function 'lisp-indent-function "") +(defvar lisp-indent-offset nil "") +(defvar lisp-indent-function 'lisp-indent-function "") (defun lisp-indent-line (&optional whole-exp) "Indent current line as Lisp code. @@ -508,7 +508,7 @@ of the start of the containing expression." (method (funcall method state indent-point))))))) -(defconst lisp-body-indent 2 +(defvar lisp-body-indent 2 "Number of columns to indent the second line of a `(def...)' form.") (defun lisp-indent-specform (count state indent-point normal-indent) -- cgit v1.2.3