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

Diff of /emacs/lisp/comint.el

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

revision 1.303 by rms, Tue Oct 19 16:51:14 2004 UTC revision 1.304 by rms, Tue Nov 2 14:16:30 2004 UTC
# Line 788  buffer.  The hook `comint-exec-hook' is Line 788  buffer.  The hook `comint-exec-hook' is
788    
789  (defun comint-insert-input (&optional event)  (defun comint-insert-input (&optional event)
790    "In a Comint buffer, set the current input to the previous input at point."    "In a Comint buffer, set the current input to the previous input at point."
791    (interactive "@")    (interactive "e")
792    (if event (mouse-set-point event))    (if event (mouse-set-point event))
793    (let ((pos (point)))    (let ((pos (point)))
794      (if (not (eq (get-char-property pos 'field) 'input))      (if (not (eq (get-char-property pos 'field) 'input))

Legend:
Removed from v.1.303  
changed lines
  Added in v.1.304

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