emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vmsproc.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vmsproc.el,v
Date: Sat, 20 Oct 2007 06:30:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/10/20 06:30:19

Index: vmsproc.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vmsproc.el,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- vmsproc.el  26 Jul 2007 05:26:37 -0000      1.19
+++ vmsproc.el  20 Oct 2007 06:30:15 -0000      1.20
@@ -122,11 +122,11 @@
                (send-command-to-subprocess 1 current-line)
                (if command-prefix-string
                    (progn (beginning-of-line) (insert command-prefix-string)))
-               (next-line 1))))
+               (forward-line 1))))
       ;; else -- if not at last line in buffer
       (goto-char (point-max))
       (backward-char)
-      (next-line 1)
+      (forward-line 1)
       (insert
        (if (compare-strings command-prefix-string nil nil
                             current-line 0 (length command-prefix-string))
@@ -141,5 +141,7 @@
 
 (define-key esc-map "$" 'subprocess-command)
 
+(provide 'vmsproc)
+
 ;; arch-tag: 600b2512-f903-4887-bcd2-e76b306f5b66
 ;;; vmsproc.el ends here




reply via email to

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