aboutsummaryrefslogtreecommitdiffstats
path: root/src/scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scroll.c')
-rw-r--r--src/scroll.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/scroll.c b/src/scroll.c
index 4d1c4045bd4..08ae83eeee8 100644
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -1,6 +1,7 @@
1/* Calculate what line insertion or deletion to do, and do it, 1/* Calculate what line insertion or deletion to do, and do it
2 Copyright (C) 1985, 1986, 1990, 1993, 1994, 2001, 2002, 2003, 2004, 2
3 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 3Copyright (C) 1985-1986, 1990, 1993-1994, 2001-2011
4 Free Software Foundation, Inc.
4 5
5This file is part of GNU Emacs. 6This file is part of GNU Emacs.
6 7
@@ -877,8 +878,7 @@ scrolling_max_lines_saved (int start, int end, int *oldhash, int *newhash, int *
877 878
878/* Return a measure of the cost of moving the lines starting with vpos 879/* Return a measure of the cost of moving the lines starting with vpos
879 FROM, up to but not including vpos TO, down by AMOUNT lines (AMOUNT 880 FROM, up to but not including vpos TO, down by AMOUNT lines (AMOUNT
880 may be negative). These are the same arguments that might be given 881 may be negative). */
881 to scroll_frame_lines to perform this scrolling. */
882 882
883int 883int
884scroll_cost (FRAME_PTR frame, int from, int to, int amount) 884scroll_cost (FRAME_PTR frame, int from, int to, int amount)
@@ -1036,5 +1036,3 @@ do_line_insertion_deletion_costs (FRAME_PTR frame,
1036 coefficient); 1036 coefficient);
1037} 1037}
1038 1038
1039/* arch-tag: cdb7149c-48e7-4793-a948-2786c8e45485
1040 (do not change this comment) */