summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorBrian Preble <rassilon@gnu.org>1991-03-12 19:57:55 +0000
committerBrian Preble <rassilon@gnu.org>1991-03-12 19:57:55 +0000
commitf30ff39f78474a9e7f28bb7b9ed259aae92760ac (patch)
tree9d9fe3c1045d11ab14d532f6ea33e42eef27ca35 /lisp/emacs-lisp
parenta90256ccb2d7951b23276320f391d4d102341ce6 (diff)
downloademacs-f30ff39f78474a9e7f28bb7b9ed259aae92760ac.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el
index d7b26e1461e..e9a05c5abca 100644
--- a/lisp/emacs-lisp/lisp-mode.el
+++ b/lisp/emacs-lisp/lisp-mode.el
@@ -383,7 +383,7 @@ of the start of the containing expression."
(or (funcall lisp-indent-function indent-point state)
normal-indent))
(t
- normal-indent)))))))
+ normal-indent))))))
(defun lisp-indent-function (indent-point state)
(let ((normal-indent (current-column)))