diff options
| author | Andreas Schwab | 2008-08-06 09:30:00 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-08-06 09:30:00 +0000 |
| commit | 5c17fc1dcb59a5d4f153144e5e9662f5d6a2871d (patch) | |
| tree | 3a720db812307fbd8d0ee8e489997d2862c23644 /src | |
| parent | 9e0f670e0cc5d5fda27ba55e302637d61eb03dbd (diff) | |
| download | emacs-5c17fc1dcb59a5d4f153144e5e9662f5d6a2871d.tar.gz emacs-5c17fc1dcb59a5d4f153144e5e9662f5d6a2871d.zip | |
Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config.in | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8f2916860c9..aa8ab0341cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-08-06 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * config.in: Regenerate. | ||
| 4 | |||
| 1 | 2008-08-05 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-08-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * xdisp.c (redisplay_window): Don't enforce scroll-margin when | 7 | * xdisp.c (redisplay_window): Don't enforce scroll-margin when |
diff --git a/src/config.in b/src/config.in index f5078b0ed5c..cea59d19553 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -297,6 +297,12 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 297 | /* Define to 1 if you have the <kerberos/krb.h> header file. */ | 297 | /* Define to 1 if you have the <kerberos/krb.h> header file. */ |
| 298 | #undef HAVE_KERBEROS_KRB_H | 298 | #undef HAVE_KERBEROS_KRB_H |
| 299 | 299 | ||
| 300 | /* Define to 1 if `e_text' is member of `krb5_error'. */ | ||
| 301 | #undef HAVE_KRB5_ERROR_E_TEXT | ||
| 302 | |||
| 303 | /* Define to 1 if `text' is member of `krb5_error'. */ | ||
| 304 | #undef HAVE_KRB5_ERROR_TEXT | ||
| 305 | |||
| 300 | /* Define to 1 if you have the <krb5.h> header file. */ | 306 | /* Define to 1 if you have the <krb5.h> header file. */ |
| 301 | #undef HAVE_KRB5_H | 307 | #undef HAVE_KRB5_H |
| 302 | 308 | ||