diff options
| author | Adrian Robert | 2009-01-22 13:55:44 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-01-22 13:55:44 +0000 |
| commit | 3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8 (patch) | |
| tree | 941b180b6c8444e82e5fdca0df673c09cb1408fb /src/nsselect.m | |
| parent | 575fb8bdb4033a74f874948a2e533cf534eda6ad (diff) | |
| download | emacs-3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8.tar.gz emacs-3fe53a835df4dbb01a5ba6bf5e7650fdab3a11f8.zip | |
Remove '23' comments that indicated code added during update from emacs-20 -> emacs-23.
Diffstat (limited to 'src/nsselect.m')
| -rw-r--r-- | src/nsselect.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nsselect.m b/src/nsselect.m index 4ec07370e18..548639908e1 100644 --- a/src/nsselect.m +++ b/src/nsselect.m | |||
| @@ -42,7 +42,6 @@ static Lisp_Object Vns_lost_selection_hooks; | |||
| 42 | static Lisp_Object Vselection_alist; | 42 | static Lisp_Object Vselection_alist; |
| 43 | static Lisp_Object Vselection_converter_alist; | 43 | static Lisp_Object Vselection_converter_alist; |
| 44 | 44 | ||
| 45 | /* 23: new */ | ||
| 46 | static Lisp_Object Qforeign_selection; | 45 | static Lisp_Object Qforeign_selection; |
| 47 | 46 | ||
| 48 | NSString *NXSecondaryPboard; | 47 | NSString *NXSecondaryPboard; |
| @@ -606,11 +605,8 @@ The functions are called with one argument, the selection type\n\ | |||
| 606 | \(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD')."); | 605 | \(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD')."); |
| 607 | Vns_lost_selection_hooks = Qnil; | 606 | Vns_lost_selection_hooks = Qnil; |
| 608 | 607 | ||
| 609 | /* 23: { */ | ||
| 610 | Qforeign_selection = intern ("foreign-selection"); | 608 | Qforeign_selection = intern ("foreign-selection"); |
| 611 | staticpro (&Qforeign_selection); | 609 | staticpro (&Qforeign_selection); |
| 612 | /* } */ | ||
| 613 | |||
| 614 | } | 610 | } |
| 615 | 611 | ||
| 616 | // arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218 | 612 | // arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218 |