mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
*** empty log message ***
This commit is contained in:
parent
f676886a9e
commit
6cf0d154a1
@ -1,8 +1,8 @@
|
||||
;;; ws-mode.el --- WordStar emulation mode for GNU Emacs
|
||||
|
||||
;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
|
||||
;; Created: 13 Feb 1991
|
||||
;; Version: 0.7
|
||||
;; Author: Juergen Nickelsen <nickel@cs.tu-berlin.de>
|
||||
;; Created: 13 Feb 1991
|
||||
;; Version: 0.7
|
||||
|
||||
;; Copyright (C) 1991 Free Software Foundation, Inc.
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
;; file named COPYING. Among other things, the copyright notice
|
||||
;; and this notice must be preserved on all copies.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; How to install ws-mode.el:
|
||||
;;
|
||||
@ -52,7 +53,7 @@
|
||||
;;
|
||||
;; Enjoy!
|
||||
|
||||
|
||||
;;; Code:
|
||||
|
||||
(defun wordstar-mode ()
|
||||
"Major mode with WordStar-like key bindings.
|
||||
|
@ -1,4 +1,7 @@
|
||||
;; yow.el --- generate random zippyisms
|
||||
;;; yow.el --- generate random zippyisms
|
||||
|
||||
;; Maintainer: FSF
|
||||
;; Last-modified: 14 Jun 1992
|
||||
|
||||
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
|
||||
|
||||
@ -18,13 +21,18 @@
|
||||
;; along with GNU Emacs; see the file COPYING. If not, write to
|
||||
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;; Important pinheaddery for GNU Emacs.
|
||||
;; Expects file emacs/etc/yow.lines to be in ITS-style LINS format
|
||||
;; (ie strings terminated by ascii 0 characters. Leading whitespace ignored)
|
||||
;; Everything up to the first \000 is a comment.
|
||||
|
||||
;;; Code:
|
||||
|
||||
; Randomize the seed in the random number generator.
|
||||
(random t)
|
||||
|
||||
; Important pinheaddery for GNU Emacs.
|
||||
; Expects file emacs/etc/yow.lines to be in ITS-style LINS format
|
||||
; (ie strings terminated by ascii 0 characters. Leading whitespace ignored)
|
||||
; Everything up to the first \000 is a comment.
|
||||
;;;###autoload
|
||||
(defun yow (&optional n interactive)
|
||||
"Return or display a Zippy quotation."
|
||||
|
@ -1,5 +1,8 @@
|
||||
;;; xscheme.el --- run Scheme under Emacs
|
||||
|
||||
;;; Maintainer: FSF
|
||||
;;; Last-Modified: 21 Jan 1987
|
||||
|
||||
;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc.
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
@ -18,9 +21,13 @@
|
||||
;; along with GNU Emacs; see the file COPYING. If not, write to
|
||||
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
;;; Requires C-Scheme release 5 or later
|
||||
;;; Changes to Control-G handler require runtime version 13.85 or later
|
||||
|
||||
;;; Code:
|
||||
|
||||
;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $
|
||||
|
||||
(require 'scheme)
|
||||
|
Loading…
Reference in New Issue
Block a user