annotate src/s/riscix12.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 23a17af379b1 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15917
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* Definitions file for GNU Emacs running on RISCiX 1.2 (bsd 4.3)
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 Copyright (C) 1994 Free Software Foundation, Inc.
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 This file is part of GNU Emacs.
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 GNU Emacs is free software; you can redistribute it and/or modify
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 it under the terms of the GNU General Public License as published by
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8 the Free Software Foundation; either version 2, or (at your option)
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 any later version.
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 GNU Emacs is distributed in the hope that it will be useful,
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14 GNU General Public License for more details.
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
15
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
16 You should have received a copy of the GNU General Public License
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
17 along with GNU Emacs; see the file COPYING. If not, write to
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
19 Boston, MA 02111-1307, USA. */
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
20
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
21
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
22 #define RISCiX_1_2 1
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23 #define RISCiX 12
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
24 #define CRT0_O /usr/lib/crt0.o
8c5fd9278590 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25 #include "bsd4-3.h"
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15917
diff changeset
26
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15917
diff changeset
27 /* arch-tag: f6b21e0a-f676-418a-9c8a-10fa8cd9dba7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 15917
diff changeset
28 (do not change this comment) */