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: Sun, 29 May 2005 11:09:39 -0400

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.48 emacs/lisp/ielm.el:1.49
*** emacs/lisp/ielm.el:1.48     Thu May 26 12:58:00 2005
--- emacs/lisp/ielm.el  Sun May 29 15:09:39 2005
***************
*** 480,486 ****
  Customized bindings may be defined in `ielm-map', which currently contains:
  \\{ielm-map}"
    (interactive)
!   (comint-mode)
    (setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))
    (set (make-local-variable 'paragraph-separate) "\\'")
    (make-local-variable 'paragraph-start)
--- 480,487 ----
  Customized bindings may be defined in `ielm-map', which currently contains:
  \\{ielm-map}"
    (interactive)
!   (delay-mode-hooks
!    (comint-mode))
    (setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))
    (set (make-local-variable 'paragraph-separate) "\\'")
    (make-local-variable 'paragraph-start)




reply via email to

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