diff options
| author | Paul Eggert | 2014-11-07 07:40:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-11-07 07:40:06 -0800 |
| commit | 0e44a2d2335fd7d382f0edc18345b9d382005d04 (patch) | |
| tree | 51585d6fb0edc96c0b98d76f9da9d977b11f5a50 /src | |
| parent | 0565d1fb52e0a8c893e78c85541294bb6589f4b6 (diff) | |
| download | emacs-0e44a2d2335fd7d382f0edc18345b9d382005d04.tar.gz emacs-0e44a2d2335fd7d382f0edc18345b9d382005d04.zip | |
Uniquify the 'size' symbol.
* frame.c (Qsize):
* w32notify.c (Qsize): Remove.
* lisp.h (Qsize): New decl.
* lread.c (Qsize): Now extern.
* w32notify.c (syms_of_w32notify): No need to defsym.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 9 | ||||
| -rw-r--r-- | src/frame.c | 2 | ||||
| -rw-r--r-- | src/lisp.h | 2 | ||||
| -rw-r--r-- | src/lread.c | 3 | ||||
| -rw-r--r-- | src/w32notify.c | 3 |
5 files changed, 14 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c46d23dd82e..95880e806ee 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2014-11-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Uniquify the 'size' symbol. | ||
| 4 | * frame.c (Qsize): | ||
| 5 | * w32notify.c (Qsize): Remove. | ||
| 6 | * lisp.h (Qsize): New decl. | ||
| 7 | * lread.c (Qsize): Now extern. | ||
| 8 | * w32notify.c (syms_of_w32notify): No need to defsym. | ||
| 9 | |||
| 1 | 2014-11-07 Martin Rudalics <rudalics@gmx.at> | 10 | 2014-11-07 Martin Rudalics <rudalics@gmx.at> |
| 2 | 11 | ||
| 3 | * dispnew.c (change_frame_size_1): Fix call of | 12 | * dispnew.c (change_frame_size_1): Fix call of |
diff --git a/src/frame.c b/src/frame.c index 5bb2c831c20..b03e207c105 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -77,7 +77,7 @@ Lisp_Object Qterminal; | |||
| 77 | Lisp_Object Qauto_raise, Qauto_lower; | 77 | Lisp_Object Qauto_raise, Qauto_lower; |
| 78 | Lisp_Object Qborder_color, Qborder_width; | 78 | Lisp_Object Qborder_color, Qborder_width; |
| 79 | Lisp_Object Qcursor_color, Qcursor_type; | 79 | Lisp_Object Qcursor_color, Qcursor_type; |
| 80 | Lisp_Object Qheight, Qwidth, Qsize; | 80 | Lisp_Object Qheight, Qwidth; |
| 81 | Lisp_Object Qicon_left, Qicon_top, Qicon_type, Qicon_name; | 81 | Lisp_Object Qicon_left, Qicon_top, Qicon_type, Qicon_name; |
| 82 | Lisp_Object Qtooltip; | 82 | Lisp_Object Qtooltip; |
| 83 | Lisp_Object Qinternal_border_width; | 83 | Lisp_Object Qinternal_border_width; |
diff --git a/src/lisp.h b/src/lisp.h index d8809fd10d7..bdff0195eac 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -3863,7 +3863,7 @@ extern ptrdiff_t evxprintf (char **, ptrdiff_t *, char const *, ptrdiff_t, | |||
| 3863 | ATTRIBUTE_FORMAT_PRINTF (5, 0); | 3863 | ATTRIBUTE_FORMAT_PRINTF (5, 0); |
| 3864 | 3864 | ||
| 3865 | /* Defined in lread.c. */ | 3865 | /* Defined in lread.c. */ |
| 3866 | extern Lisp_Object Qvariable_documentation, Qstandard_input; | 3866 | extern Lisp_Object Qsize, Qvariable_documentation, Qstandard_input; |
| 3867 | extern Lisp_Object Qbackquote, Qcomma, Qcomma_at, Qcomma_dot, Qfunction; | 3867 | extern Lisp_Object Qbackquote, Qcomma, Qcomma_at, Qcomma_dot, Qfunction; |
| 3868 | extern Lisp_Object Qlexical_binding; | 3868 | extern Lisp_Object Qlexical_binding; |
| 3869 | extern Lisp_Object check_obarray (Lisp_Object); | 3869 | extern Lisp_Object check_obarray (Lisp_Object); |
diff --git a/src/lread.c b/src/lread.c index 171a51acb3f..6f71ff5f468 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -66,7 +66,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 66 | 66 | ||
| 67 | /* Hash table read constants. */ | 67 | /* Hash table read constants. */ |
| 68 | static Lisp_Object Qhash_table, Qdata; | 68 | static Lisp_Object Qhash_table, Qdata; |
| 69 | static Lisp_Object Qtest, Qsize; | 69 | static Lisp_Object Qtest; |
| 70 | Lisp_Object Qsize; | ||
| 70 | static Lisp_Object Qweakness; | 71 | static Lisp_Object Qweakness; |
| 71 | static Lisp_Object Qrehash_size; | 72 | static Lisp_Object Qrehash_size; |
| 72 | static Lisp_Object Qrehash_threshold; | 73 | static Lisp_Object Qrehash_threshold; |
diff --git a/src/w32notify.c b/src/w32notify.c index 86412b8a974..4f8c79a1f3a 100644 --- a/src/w32notify.c +++ b/src/w32notify.c | |||
| @@ -118,7 +118,7 @@ BYTE file_notifications[16384]; | |||
| 118 | DWORD notifications_size; | 118 | DWORD notifications_size; |
| 119 | void *notifications_desc; | 119 | void *notifications_desc; |
| 120 | 120 | ||
| 121 | static Lisp_Object Qfile_name, Qdirectory_name, Qattributes, Qsize; | 121 | static Lisp_Object Qfile_name, Qdirectory_name, Qattributes; |
| 122 | static Lisp_Object Qlast_write_time, Qlast_access_time, Qcreation_time; | 122 | static Lisp_Object Qlast_write_time, Qlast_access_time, Qcreation_time; |
| 123 | static Lisp_Object Qsecurity_desc, Qsubtree, watch_list; | 123 | static Lisp_Object Qsecurity_desc, Qsubtree, watch_list; |
| 124 | 124 | ||
| @@ -642,7 +642,6 @@ syms_of_w32notify (void) | |||
| 642 | DEFSYM (Qfile_name, "file-name"); | 642 | DEFSYM (Qfile_name, "file-name"); |
| 643 | DEFSYM (Qdirectory_name, "directory-name"); | 643 | DEFSYM (Qdirectory_name, "directory-name"); |
| 644 | DEFSYM (Qattributes, "attributes"); | 644 | DEFSYM (Qattributes, "attributes"); |
| 645 | DEFSYM (Qsize, "size"); | ||
| 646 | DEFSYM (Qlast_write_time, "last-write-time"); | 645 | DEFSYM (Qlast_write_time, "last-write-time"); |
| 647 | DEFSYM (Qlast_access_time, "last-access-time"); | 646 | DEFSYM (Qlast_access_time, "last-access-time"); |
| 648 | DEFSYM (Qcreation_time, "creation-time"); | 647 | DEFSYM (Qcreation_time, "creation-time"); |