diff options
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 8315b7ac711..a4660ab634c 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -264,7 +264,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii) | |||
| 264 | goto retry; | 264 | goto retry; |
| 265 | 265 | ||
| 266 | /* switch-frame events are put off until after the next ASCII | 266 | /* switch-frame events are put off until after the next ASCII |
| 267 | character. This is better than signalling an error just because | 267 | character. This is better than signaling an error just because |
| 268 | the last characters were typed to a separate minibuffer frame, | 268 | the last characters were typed to a separate minibuffer frame, |
| 269 | for example. Eventually, some code which can deal with | 269 | for example. Eventually, some code which can deal with |
| 270 | switch-frame events will read it and process it. */ | 270 | switch-frame events will read it and process it. */ |
| @@ -2297,7 +2297,7 @@ init_lread () | |||
| 2297 | #ifndef WINDOWSNT | 2297 | #ifndef WINDOWSNT |
| 2298 | /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is | 2298 | /* When Emacs is invoked over network shares on NT, PATH_LOADSEARCH is |
| 2299 | almost never correct, thereby causing a warning to be printed out that | 2299 | almost never correct, thereby causing a warning to be printed out that |
| 2300 | confuses users. Since PATH_LOADSEARCH is always overriden by the | 2300 | confuses users. Since PATH_LOADSEARCH is always overridden by the |
| 2301 | EMACSLOADPATH environment variable below, disable the warning on NT. */ | 2301 | EMACSLOADPATH environment variable below, disable the warning on NT. */ |
| 2302 | 2302 | ||
| 2303 | /* Warn if dirs in the *standard* path don't exist. */ | 2303 | /* Warn if dirs in the *standard* path don't exist. */ |