X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9882535b5cf98d099a126c2bc02f956b9e5168c9..94c7f25790c1cca8337250b31a75b9869d967b1e:/src/scroll.c diff --git a/src/scroll.c b/src/scroll.c index d753550900..48a50e5998 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -15,8 +15,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. */ +the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ #include @@ -1069,3 +1069,6 @@ do_line_insertion_deletion_costs (frame, FRAME_DELETE_COST (frame), FRAME_DELETEN_COST (frame), coefficient); } + +/* arch-tag: cdb7149c-48e7-4793-a948-2786c8e45485 + (do not change this comment) */