unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [Patch] useless declaration of 'clip_changed'
@ 2012-05-23 17:10 Dmitry Antipov
  2012-05-24  6:15 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Antipov @ 2012-05-23 17:10 UTC (permalink / raw)
  To: emacs-devel

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Probably it was global before, and becomes per-buffer some
day ago, so the declaration is no longer needed.

Dmitry

[-- Attachment #2: unused_clip_changed.patch --]
[-- Type: text/plain, Size: 765 bytes --]

=== modified file 'src/ChangeLog'
--- src/ChangeLog	2012-05-22 18:31:19 +0000
+++ src/ChangeLog	2012-05-23 17:05:04 +0000
@@ -1,3 +1,7 @@
+2012-05-23  Dmitry Antipov <dmantipov@yandex.ru>
+
+	* window.h (clip_changed): Remove useless declaration.
+
 2012-05-22  Juanma Barranquero  <lekktu@gmail.com>
 
 	* makefile.w32-in: Follow-up to revno:108341.

=== modified file 'src/window.h'
--- src/window.h	2012-03-12 06:34:32 +0000
+++ src/window.h	2012-05-23 17:00:11 +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 */
 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch] useless declaration of 'clip_changed'
  2012-05-23 17:10 [Patch] useless declaration of 'clip_changed' Dmitry Antipov
@ 2012-05-24  6:15 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2012-05-24  6:15 UTC (permalink / raw)
  To: Dmitry Antipov; +Cc: emacs-devel

Thanks, I pushed that into the trunk as bzr 108347.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-24  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 17:10 [Patch] useless declaration of 'clip_changed' Dmitry Antipov
2012-05-24  6:15 ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).