aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2011-05-31 07:44:16 -0700
committerDan Nicolaescu2011-05-31 07:44:16 -0700
commitc56e0fd53b618aadb1a0b12ae70c1789e48b7b75 (patch)
treee75bb5e35120ecf58bcc025d8e40d96dd9842274 /src/ChangeLog
parente300a61b9681fef19ec5a58c7a6de9efef1dfe8a (diff)
downloademacs-c56e0fd53b618aadb1a0b12ae70c1789e48b7b75.tar.gz
emacs-c56e0fd53b618aadb1a0b12ae70c1789e48b7b75.zip
Use const for a string pointer.
* src/dispnew.c (add_window_display_history): Use const for the string pointer. Remove declaration, not needed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa8022b0d4d..0bbb8ce85c4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-05-31 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * dispnew.c (add_window_display_history): Use const for the string
4 pointer. Remove declaration, not needed.
5
12011-05-31 Paul Eggert <eggert@cs.ucla.edu> 62011-05-31 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Use 'inline', not 'INLINE'. 8 Use 'inline', not 'INLINE'.