emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108347: * src/window.h (clip_changed


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108347: * src/window.h (clip_changed): Remove useless declaration.
Date: Wed, 23 May 2012 23:13:51 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108347
author: Dmitry Antipov <address@hidden>
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2012-05-23 23:13:51 -0700
message:
  * src/window.h (clip_changed): Remove useless declaration.
modified:
  src/ChangeLog
  src/window.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-05-22 18:31:19 +0000
+++ b/src/ChangeLog     2012-05-24 06:13:51 +0000
@@ -1,3 +1,7 @@
+2012-05-24  Dmitry Antipov  <address@hidden>
+
+       * window.h (clip_changed): Remove useless declaration.
+
 2012-05-22  Juanma Barranquero  <address@hidden>
 
        * makefile.w32-in: Follow-up to revno:108341.

=== modified file 'src/window.h'
--- a/src/window.h      2012-03-12 06:34:32 +0000
+++ b/src/window.h      2012-05-24 06:13:51 +0000
@@ -852,11 +852,6 @@
 
 extern int update_mode_lines;
 
-/* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since
-   last redisplay that finished.  */
-
-extern int clip_changed;
-
 /* Nonzero if window sizes or contents have changed since last
    redisplay that finished */
 


reply via email to

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