/[emacs]/emacs/lisp/ielm.el
ViewVC logotype

Diff of /emacs/lisp/ielm.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by lute, Thu May 26 12:58:00 2005 UTC revision 1.49 by teirllm, Sun May 29 15:09:39 2005 UTC
# Line 480  The behaviour of IELM may be customized Line 480  The behaviour of IELM may be customized
480  Customized bindings may be defined in `ielm-map', which currently contains:  Customized bindings may be defined in `ielm-map', which currently contains:
481  \\{ielm-map}"  \\{ielm-map}"
482    (interactive)    (interactive)
483    (comint-mode)    (delay-mode-hooks
484       (comint-mode))
485    (setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))    (setq comint-prompt-regexp (concat "^" (regexp-quote ielm-prompt)))
486    (set (make-local-variable 'paragraph-separate) "\\'")    (set (make-local-variable 'paragraph-separate) "\\'")
487    (make-local-variable 'paragraph-start)    (make-local-variable 'paragraph-start)

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26