emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ielm.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el
Date: Tue, 26 Apr 2005 19:21:47 -0400

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.46 emacs/lisp/ielm.el:1.47
*** emacs/lisp/ielm.el:1.46     Thu Apr  7 23:41:46 2005
--- emacs/lisp/ielm.el  Tue Apr 26 23:21:47 2005
***************
*** 482,487 ****
--- 482,488 ----
    (interactive)
    (comint-mode)
    (setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))
+   (set (make-local-variable 'paragraph-separate) "\\'")
    (make-local-variable 'paragraph-start)
    (setq paragraph-start comint-prompt-regexp)
    (setq comint-input-sender 'ielm-input-sender)
***************
*** 538,544 ****
      ;; Add a silly header
      (insert ielm-header)
      (ielm-set-pm (point-max))
!     (unless comint-use-prompt-regexp-instead-of-fields
        (let ((inhibit-read-only t))
          (add-text-properties
           (point-min) (point-max)
--- 539,545 ----
      ;; Add a silly header
      (insert ielm-header)
      (ielm-set-pm (point-max))
!     (unless comint-use-prompt-regexp
        (let ((inhibit-read-only t))
          (add-text-properties
           (point-min) (point-max)




reply via email to

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