diff options
| author | Dmitry Antipov | 2012-05-23 23:13:51 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-05-23 23:13:51 -0700 |
| commit | 4b2addb7e377f9a7601d78381025e343f776083c (patch) | |
| tree | 6f97a2abe8655c38ee0b1ff55ebf75dc254e816b /src | |
| parent | 42bbbe8bb080520a80f588c61d30f93095d66065 (diff) | |
| download | emacs-4b2addb7e377f9a7601d78381025e343f776083c.tar.gz emacs-4b2addb7e377f9a7601d78381025e343f776083c.zip | |
* src/window.h (clip_changed): Remove useless declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/window.h | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5b3d4c77485..8697e70d51d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-24 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * window.h (clip_changed): Remove useless declaration. | ||
| 4 | |||
| 1 | 2012-05-22 Juanma Barranquero <lekktu@gmail.com> | 5 | 2012-05-22 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu. | 7 | * makefile.w32-in: Follow-up to 2012-05-22T16:20:27Z!eggert@cs.ucla.edu. |
diff --git a/src/window.h b/src/window.h index ea127ca95a8..1524805579f 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -852,11 +852,6 @@ extern EMACS_INT minibuf_level; | |||
| 852 | 852 | ||
| 853 | extern int update_mode_lines; | 853 | extern int update_mode_lines; |
| 854 | 854 | ||
| 855 | /* Nonzero if BEGV - BEG or Z - ZV of current buffer has changed since | ||
| 856 | last redisplay that finished. */ | ||
| 857 | |||
| 858 | extern int clip_changed; | ||
| 859 | |||
| 860 | /* Nonzero if window sizes or contents have changed since last | 855 | /* Nonzero if window sizes or contents have changed since last |
| 861 | redisplay that finished */ | 856 | redisplay that finished */ |
| 862 | 857 | ||