annotate src/s/riscix12.h @ 17259:24a4fe3b0ae9

(hs-show-all, hs-safety-is-job-n): Fix messages. Changed to use overlays for hiding instead of selective display. Commented out the support for XEmacs because it doesn't support overlays. (hs-special-modes-alist): Added support for java-mode. (hs-minor-mode-hook): New variable. (hs-c-start-regexp, hs-c-end-regexp, hs-forward-sexp-func) (hs-block-start-regexp, hs-block-end-regexp) (hs-find-block-beginning): Doc string fixes. (hs-hide-comments-when-hiding-all): New variable. (hs-safety-is-job-n, hs-minor-mode, hs-flag-region): Use overlays for hiding. (hs-inside-single-line-comment-p, hs-discard-overlays) (hs-already-hidden-p): New internal functions. (hs-hide-block-at-point, hs-hide-initial-comment-block) (java-hs-forward-sexp, hs-mouse-toggle-hiding): New functions. (hs-inside-comment-p, hs-hide-block) (hs-show-block): Added support for single line comments. (hs-hide-all): Added support for hiding comments.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Mar 1997 08:51:22 +0000
parents 8c5fd9278590
children 695cf19ef79e d7ddb3e565de
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"