]> code.delx.au - gnu-emacs/blobdiff - lisp/ielm.el
Merge branch 'emacs-25-merge'
[gnu-emacs] / lisp / ielm.el
index 183f8a6ce3ec9ded9a3105c058b2aaa2633b6653..2c5613af466f5abb8bd77b32fa6ec026cb4e40ce 100644 (file)
@@ -1,5 +1,4 @@
-;;; -*- lexical-binding: t -*-
-;;; ielm.el --- interaction mode for Emacs Lisp
+;;; ielm.el --- interaction mode for Emacs Lisp  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc.
 
@@ -217,7 +216,7 @@ This variable is buffer-local.")
 
 (defun ielm-indent-line nil
   "Indent the current line as Lisp code if it is not a prompt line."
-  (when (save-excursion (comint-bol) (bolp))
+  (when (save-excursion (comint-bol t) (bolp))
     (lisp-indent-line)))
 
 ;;; Working buffer manipulation