diff options
| author | Paul Eggert | 2012-06-02 10:03:49 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-02 10:03:49 -0700 |
| commit | 7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f (patch) | |
| tree | 2f37e5c7fc676e32e7eeec3ac6a351af8dd3e338 /src/ChangeLog | |
| parent | 63810350ec7f26232fbd653f279c92f43b5c4807 (diff) | |
| download | emacs-7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f.tar.gz emacs-7bd5c1f4a4abb97576a26d6b0a9691c5f530d99f.zip | |
* minibuf.c (Fassoc_string): Remove duplicate declaration.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 82ff4123b18..e5fddec94a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-06-02 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-06-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * minibuf.c (Fassoc_string): Remove duplicate declaration. | ||
| 4 | |||
| 3 | * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]: | 5 | * sysdep.c (system_process_attributes) [SOLARIS2 && HAVE_PROCFS]: |
| 4 | Convert pctcpu and pctmem to Lisp float properly. | 6 | Convert pctcpu and pctmem to Lisp float properly. |
| 5 | Let the compiler fold better, as 100.0/0x8000 is exact. | 7 | Let the compiler fold better, as 100.0/0x8000 is exact. |