annotate src/s/riscos5.h @ 59472:1e81e65f3201

(Info-history-forward): New variable. (Info-select-node): Reset Info-history-forward to nil. (Info-last): Turn into defalias. (Info-history-back): Rename from Info-last. Add current node to Info-history-forward. (Info-history-forward): New fun. (Info-mode-map): Replace Info-last by Info-history-back. Bind Info-history-forward to "r". (Info-mode-menu): Replace Info-last by Info-history-back. Fix menu item text. Add menu item for Info-history-forward. (info-tool-bar-map): Replace Info-last by Info-history-back. Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow" for Info-history-forward. (Info-mode): Replace Info-last by Info-history-back in docstring. Add local variable Info-history-forward. (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
author Juri Linkov <juri@jurta.org>
date Tue, 11 Jan 2005 21:57:16 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12896
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "bsd4-3.h"
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 says are necessary. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /* No declaration in system header files. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 extern double atof ();
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #define LD_SWITCH_SYSTEM -non_shared
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 #define GETPGRP_NO_ARG
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
12
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
13 /* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
14 (do not change this comment) */