mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Add arch tagline
This commit is contained in:
parent
209a0f5ec0
commit
0ae1e5e565
@ -1017,3 +1017,7 @@ Finally, let us also thank those few hundred other people on the mailing list
|
||||
from whom we didn't hear much, but the presence of which assured us that maybe
|
||||
this project was actually worth doing.
|
||||
@bye
|
||||
|
||||
@ignore
|
||||
arch-tag: 286bdf18-ccfb-48b2-b730-994771de6bdd
|
||||
@end ignore
|
||||
|
@ -69,3 +69,6 @@ int main(int argc, char *argv[])
|
||||
NSLog(@":\nWrote file to '%@'.\nPlease inspect it to make sure PATH is correct.", file);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* arch-tag: 609d5528-5ac1-42c5-859b-24c14341ee3b
|
||||
(do not change this comment) */
|
||||
|
@ -35,3 +35,5 @@
|
||||
(defvaralias 'mac-control-modifier 'ns-control-modifier)
|
||||
(defvaralias 'mac-option-modifier 'ns-option-modifier)
|
||||
(defvaralias 'mac-function-modifier 'ns-function-modifier)
|
||||
|
||||
;; arch-tag: b03b7d78-2b97-4953-90be-5d4f71b64ec1
|
||||
|
@ -65,3 +65,5 @@ commands for it to execute (defaults to \"printenv\")."
|
||||
; gives the path to the shell (defaults to the current setting of
|
||||
; shell-file-name). The remaining arguments are interpreted as a list of
|
||||
; commands for it to execute (defaults to \"printenv\")." nil nil)
|
||||
|
||||
;; arch-tag: e65e1dd8-1566-460c-ad66-07948588be56
|
||||
|
@ -1605,4 +1605,5 @@ Note, tranparency works better on Tiger (10.4) and higher."
|
||||
|
||||
(provide 'ns-win)
|
||||
|
||||
;; arch-tag: eb138a45-4e2e-4d68-b1c9-a39665731644
|
||||
;;; ns-win.el ends here
|
||||
|
@ -48,3 +48,5 @@
|
||||
* FOR_RELEASE: New file: release tasks specific to NeXTstep
|
||||
port.
|
||||
* README.txt: New file: descriptive info for NeXTstep port.
|
||||
|
||||
;; arch-tag: 963ee08e-8e76-485f-9cfb-65a4333a073c
|
||||
|
@ -1 +1,4 @@
|
||||
<font face="lucida grande" size="-1"><a href="http://emacs-app.sf.net">http://emacs-app.sf.net</a></font>
|
||||
|
||||
<!-- arch-tag: cc455793-f594-45c6-822c-f4a7bb362c15
|
||||
(do not change this comment) -->
|
||||
|
@ -221,3 +221,5 @@ ln -sf ../libexec/* .
|
||||
echo ""
|
||||
echo "Build successful."
|
||||
echo ""
|
||||
|
||||
# arch-tag: 1fda51a1-d908-4e60-ad5e-47ffbb39f18d
|
||||
|
@ -2666,3 +2666,6 @@ - (NSString *)panel: (id)sender userEnteredFilename: (NSString *)filename
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
/* arch-tag: dc2a3f74-1123-4daa-8eed-fb78db6a5642
|
||||
(do not change this comment) */
|
||||
|
@ -1493,3 +1493,6 @@ - (void)setIntAttribute: (int)attributeTag value: (int)val
|
||||
DEFSYM (Qroman, "roman");
|
||||
DEFSYM (Qmedium, "medium");
|
||||
}
|
||||
|
||||
/* arch-tag: d6c3c6f0-62de-4978-8b1e-b7966fe02cae
|
||||
(do not change this comment) */
|
||||
|
@ -206,3 +206,6 @@ typedef struct _NSRect { NSPoint origin; NSSize size; } NSRect;
|
||||
#define PWinGravity (1L << 9) /* program specified window gravity */
|
||||
|
||||
#endif /* __NSGUI_H__ */
|
||||
|
||||
/* arch-tag: b2af3275-62c3-45b4-9335-4c9635c67e55
|
||||
(do not change this comment) */
|
||||
|
@ -478,3 +478,6 @@ - (NSColor *)stippleMask
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
/* arch-tag: 6b310280-6892-4e5e-8f34-41c4d384874f
|
||||
(do not change this comment) */
|
||||
|
@ -1946,3 +1946,6 @@ Each ITEM is a cons cell (STRING . VALUE).
|
||||
Qdebug_on_next_call = intern ("debug-on-next-call");
|
||||
staticpro (&Qdebug_on_next_call);
|
||||
}
|
||||
|
||||
/* arch-tag: 75773656-52e5-4c44-a398-47bd87b32619
|
||||
(do not change this comment) */
|
||||
|
@ -622,3 +622,6 @@ and the local selection value (whatever was given to `x-own-selection').\n\
|
||||
/* } */
|
||||
|
||||
}
|
||||
|
||||
/* arch-tag: 39d1dde7-06a6-49ff-95a7-0e7af12d2218
|
||||
(do not change this comment) */
|
||||
|
@ -825,3 +825,6 @@ extern char gnustep_base_version[]; /* version tracking */
|
||||
|
||||
|
||||
#endif /* HAVE_NS */
|
||||
|
||||
/* arch-tag: 0a28b142-4ac1-4a81-a243-abcd82d9c4e5
|
||||
(do not change this comment) */
|
||||
|
@ -6596,3 +6596,6 @@ Convert an X font name (XLFD) to an NS font name.
|
||||
xfree (name);
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* arch-tag: 6eaa8f7d-a69b-4e1c-b43d-ab31defbe0d2
|
||||
(do not change this comment) */
|
||||
|
Loading…
Reference in New Issue
Block a user