diff options
| author | Paul Eggert | 2016-08-05 14:10:30 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-05 14:10:30 -0700 |
| commit | c1b5000d8c484d7acd39414119838c78eaaf9cca (patch) | |
| tree | e179d9a26228aea7f586365f52eb9ec81bdcd856 /src/data.c | |
| parent | fe3225830d0817d3d7eee1dfb92e0deec641c9c5 (diff) | |
| parent | d841a03c5ee3e9a59a133474601f9bda190ee8fa (diff) | |
| download | emacs-c1b5000d8c484d7acd39414119838c78eaaf9cca.tar.gz emacs-c1b5000d8c484d7acd39414119838c78eaaf9cca.zip | |
Merge from origin/emacs-25
d841a03 ; Spelling fix
a6ae479 Post AppDefined events from the main thread ONLY (bug#23934)
d35d398 Update to the AUTHORS file for Bob Weiner
4d2f4df Revert "Fix local printer set to left aligned string formatter."
cd1b4d6 Revert "Fix ses-delete-blanks to delete only blanks + documen...
f7ceb8e Revert "Fix English."
baa7abd Improve doc strings of 'gud-gdb' and 'gdb'
aa4271a Fix doc string of 'minibuffer-message-timeout'
b275cc7 Fix English.
3c97b0f Fix ses-delete-blanks to delete only blanks + documentation.
272391f profiler: document prefix arg for tree expansion
442cc39 Clarify usage of eshell-visual-options
b443c3c Fix comment in files-in-below-directory
8a38e94 Fix local printer set to left aligned string formatter.
0f0b191 ; Fix typos in NEWS
6bdf687 ; * etc/NEWS: Remove temporary marks
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index 5af590abed9..9a076741f78 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -630,8 +630,8 @@ global value outside of any lexical scope. */) | |||
| 630 | } | 630 | } |
| 631 | 631 | ||
| 632 | /* FIXME: It has been previously suggested to make this function an | 632 | /* FIXME: It has been previously suggested to make this function an |
| 633 | alias for symbol-function, but upon discussion at Debbug#23957, | 633 | alias for symbol-function, but upon discussion at Bug#23957, |
| 634 | there is a risk breaking backward compatiblity, as some users of | 634 | there is a risk breaking backward compatibility, as some users of |
| 635 | fboundp may expect `t' in particular, rather than any true | 635 | fboundp may expect `t' in particular, rather than any true |
| 636 | value. An alias is still welcome so long as the compatibility | 636 | value. An alias is still welcome so long as the compatibility |
| 637 | issues are addressed. */ | 637 | issues are addressed. */ |