emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Thu, 04 May 2006 13:23:40 +0000

Index: emacs/lisp/term.el
diff -u emacs/lisp/term.el:1.81 emacs/lisp/term.el:1.82
--- emacs/lisp/term.el:1.81     Sun Jan 15 19:36:10 2006
+++ emacs/lisp/term.el  Thu May  4 13:23:37 2006
@@ -3320,7 +3320,7 @@
    ((eq char ?r)
     (term-set-scroll-region
      (1- term-terminal-previous-parameter)
-     term-terminal-parameter))
+     (1- term-terminal-parameter)))
    (t)))
 
 (defun term-set-scroll-region (top bottom)




reply via email to

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