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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ielm.el
Date: Tue, 04 Feb 2003 06:26:27 -0500

Index: emacs/lisp/ielm.el
diff -c emacs/lisp/ielm.el:1.33 emacs/lisp/ielm.el:1.34
*** emacs/lisp/ielm.el:1.33     Sun Jan 12 15:11:44 2003
--- emacs/lisp/ielm.el  Tue Feb  4 06:26:27 2003
***************
*** 114,120 ****
    "During IELM evaluation, most recent value evaluated in IELM.
  Normally identical to `*'.  However, if the working buffer is an IELM
  buffer, distinct from the process buffer, then `*' gives the value in
! the working buffer, `*1' the value in the process buffer.  
  The intended value is only accessible during IELM evaluation.")
  
  (defvar *2 nil
--- 114,120 ----
    "During IELM evaluation, most recent value evaluated in IELM.
  Normally identical to `*'.  However, if the working buffer is an IELM
  buffer, distinct from the process buffer, then `*' gives the value in
! the working buffer, `*1' the value in the process buffer.
  The intended value is only accessible during IELM evaluation.")
  
  (defvar *2 nil
***************
*** 505,511 ****
        (file-error (start-process "ielm" (current-buffer) "cat")))
      (process-kill-without-query (ielm-process))
      (goto-char (point-max))
!     
      ;; Lisp output can include raw characters that confuse comint's
      ;; carriage control code.
      (set (make-local-variable 'comint-inhibit-carriage-motion) t)
--- 505,511 ----
        (file-error (start-process "ielm" (current-buffer) "cat")))
      (process-kill-without-query (ielm-process))
      (goto-char (point-max))
! 
      ;; Lisp output can include raw characters that confuse comint's
      ;; carriage control code.
      (set (make-local-variable 'comint-inhibit-carriage-motion) t)




reply via email to

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