Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0274f38
Commit
c0274f38
authored
May 30, 1992
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
84fc2cfa
Changes
49
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
70 additions
and
24 deletions
+70
-24
lisp/abbrev.el
lisp/abbrev.el
+3
-1
lisp/abbrevlist.el
lisp/abbrevlist.el
+3
-1
lisp/ada.el
lisp/ada.el
+4
-1
lisp/apropos.el
lisp/apropos.el
+3
-1
lisp/array.el
lisp/array.el
+4
-1
lisp/autoinsert.el
lisp/autoinsert.el
+4
-1
lisp/buff-menu.el
lisp/buff-menu.el
+4
-1
lisp/calendar/appt.el
lisp/calendar/appt.el
+3
-3
lisp/case-table.el
lisp/case-table.el
+4
-1
lisp/chistory.el
lisp/chistory.el
+3
-1
lisp/cl.el
lisp/cl.el
+4
-3
lisp/cmuscheme.el
lisp/cmuscheme.el
+3
-0
lisp/comint.el
lisp/comint.el
+4
-1
lisp/compare-w.el
lisp/compare-w.el
+3
-1
lisp/completion.el
lisp/completion.el
+4
-0
lisp/dabbrev.el
lisp/dabbrev.el
+3
-1
lisp/diary-lib.el
lisp/diary-lib.el
+3
-1
lisp/diff.el
lisp/diff.el
+4
-1
lisp/disp-table.el
lisp/disp-table.el
+4
-1
lisp/ebuff-menu.el
lisp/ebuff-menu.el
+3
-3
No files found.
lisp/abbrev.el
View file @
c0274f38
;;
A
bbrev mode commands for Emacs
;;
; abbrev.el --- a
bbrev mode commands for Emacs
;; Copyright (C) 1985-1991 Free Software Foundation, Inc.
...
...
@@ -287,3 +287,5 @@ If called from a Lisp program, arguments are START END &optional NOQUERY."
pnt
)))
(
if
(
or
noquery
(
y-or-n-p
(
format
"Expand `%s'? "
string
)))
(
expand-abbrev
)))))))
;;; abbrev.el ends here
lisp/abbrevlist.el
View file @
c0274f38
;; List one abbrev table alphabetically ordered.
;;; abbrevlist.el --- list one abbrev table alphabetically ordered.
;; Copyright (C) 1986, 1992 Free Software Foundation, Inc.
;; Suggested by a previous version by Gildea.
...
...
@@ -44,3 +45,4 @@
(
provide
'abbrevlist
)
;;; abbrevlist.el ends here
lisp/ada.el
View file @
c0274f38
; Ada editing support package in GNUlisp. v1.0
;;; ada.el --- Ada editing support package in GNUlisp. v1.0
; Author: Vincent Broman <broman@bugs.nosc.mil> May 1987.
; (borrows heavily from Mick Jordan's Modula-2 package for GNU,
; as modified by Peter Robinson, Michael Schmidt, and Tom Perrine.)
...
...
@@ -634,3 +635,5 @@ Initialize the library if a prefix arg is given."
"Bind the current program library, using the current binding options."
(
interactive
)
(
compile
(
concat
"adabind "
ada-bind-opts
" "
ada-lib-dir-name
)))
;;; ada.el ends here
lisp/apropos.el
View file @
c0274f38
;; Faster apropos commands.
;;; apropos.el --- faster apropos commands.
;; Copyright (C) 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -321,3 +322,4 @@ Will return nil instead."
nil
symbol
))
;;; apropos.el ends here
lisp/array.el
View file @
c0274f38
;;; Array editing commands for Gnu Emacs
;;; array.el --- array editing commands for Gnu Emacs
;;; Written by dmb%morgoth@harvard.harvard.edu (address is old)
;;; (David M. Brown at Goldberg-Zoino & Associates, Inc.)
;;; Thanks to cph@kleph.ai.mit.edu for assistance
...
...
@@ -955,3 +956,5 @@ array in this buffer."
(
or
arg
(
+
(
ceiling
max-column
columns-per-line
)
(
if
rows-numbered
1
0
)))))
;;; array.el ends here
lisp/autoinsert.el
View file @
c0274f38
;; Automatic mode-dependent insertion of text into new files.
;;; autoinsert.el --- automatic mode-dependent insertion of text into new files
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -90,3 +91,5 @@ Matches the visited file name against the elements of `auto-insert-alist'."
(
setq
find-file-not-found-hooks
(
cons
'insert-auto-insert-files
find-file-not-found-hooks
))
;;; autoinsert.el ends here
lisp/buff-menu.el
View file @
c0274f38
;; Buffer menu main function and support functions.
;;; buff-menu.el --- buffer menu main function and support functions.
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -282,3 +283,5 @@ You can mark buffers with the \\<Buffer-menu-mode-map>\\[Buffer-menu-mark] comma
(
switch-to-buffer
(
other-buffer
))
(
pop-to-buffer
buff
)
(
bury-buffer
menu
)))
;;; buff-menu.el ends here
lisp/calendar/appt.el
View file @
c0274f38
;; Appointment notification functions.
;;; appt.el --- appointment notification functions.
;; Copyright (C) 1989, 1990 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -494,7 +495,6 @@ The time should be in either 24 hour format or am/pm format."
(
setq
conv-time
(
+
(
*
hr
60
)
min
))
conv-time
))
(
setq
display-time-hook
'appt-check
)
;;; appt.el ends here
lisp/case-table.el
View file @
c0274f38
;; Functions for extending the character set and dealing with case tables.
;;; case-table.el --- functions for extending the character set and dealing with case tables.
;; Copyright (C) 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -98,3 +99,5 @@ SYNTAX should be \" \", \"w\", \".\" or \"_\"."
(
modify-syntax-entry
c
syntax
text-mode-syntax-table
))
(
provide
'case-table
)
;;; case-table.el ends here
lisp/chistory.el
View file @
c0274f38
;; chistory -- List command history
;;; chistory.el --- list command history
;; Copyright (C) 1985 Free Software Foundation, Inc.
;; Principal author K. Shane Hartman
...
...
@@ -166,3 +167,4 @@ The Command History listing is recomputed each time this mode is invoked."
(
provide
'chistory
)
;;; chistory.el ends here
lisp/cl.el
View file @
c0274f38
;; Common-Lisp extensions for GNU Emacs Lisp.
;;; cl.el --- Common-Lisp extensions for GNU Emacs Lisp.
;; Copyright (C) 1987, 1988, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -3133,6 +3134,6 @@ No checking is even attempted. This is just for compatibility with
Common-Lisp codes."
form
)
;;;; end of cl.el
(
provide
'cl
)
;;; cl.el ends here
lisp/cmuscheme.el
View file @
c0274f38
;;; cmuscheme.el -- Scheme process in a buffer. Adapted from tea.el.
;;; Copyright Olin Shivers (1988)
;;; Please imagine a long, tedious, legalistic 5-page gnu-style copyright
;;; notice appearing here to the effect that you may use this code any
...
...
@@ -429,3 +430,5 @@ This is a good place to put keybindings.")
;;; Tale suggested this.
(
provide
'cmuscheme
)
;;; cmuscheme.el ends here
lisp/comint.el
View file @
c0274f38
;;; -*-Emacs-Lisp-*- General command interpreter in a window stuff
;;; comint.el --- general command interpreter in a window stuff
;;; Copyright Olin Shivers (1988).
;;; This file is part of GNU Emacs.
...
...
@@ -1361,3 +1362,5 @@ This is a good place to put keybindings.")
;;; liked them; I don't think anyone used them.
(
provide
'comint
)
;;; comint.el ends here
lisp/compare-w.el
View file @
c0274f38
;; Compare text between windows for Emacs.
;;; compare-w.el --- compare text between windows for Emacs.
;; Copyright (C) 1986, 1989 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -128,3 +129,4 @@ If `compare-ignore-case' is non-nil, changes in case are also ignored."
(
provide
'compare-w
)
;;; compare-w.el ends here
lisp/completion.el
View file @
c0274f38
;;; completion.el --- dynamic word-completion code
;;; This is a Completion system for GNU Emacs
;;;
;;; E-Mail:
...
...
@@ -3111,3 +3113,5 @@ and KILLP is t if prefix arg is was specified."
(
cmpl-statistics-block
(
record-completion-file-loaded
))
;;; completion.el ends here
lisp/dabbrev.el
View file @
c0274f38
;; Dynamic abbreviation package for GNU Emacs.
;;; dabbrev.el --- dynamic abbreviation package for GNU Emacs.
;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -257,3 +258,4 @@ with the next possible expansion not yet tried."
(
provide
'dabbrevs
)
;;; dabbrev.el ends here
lisp/diary-lib.el
View file @
c0274f38
;; Diary functions.
;;; diary.el --- diary functions.
;; Copyright (C) 1989, 1990, 1991 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -2126,3 +2127,4 @@ to the date indicated by point. Prefix arg will make the entry nonmarking."
(
provide
'diary
)
;;; diary.el ends here
lisp/diff.el
View file @
c0274f38
;; "DIFF" mode for handling output from unix diff utility.
;;; diff.el --- "DIFF" mode for handling output from unix diff utility.
;; Copyright (C) 1990 Free Software Foundation, Inc.
;; Written fpb@ittc.wec.com 1/27/89
...
...
@@ -269,3 +270,5 @@ Differences are delimited by `diff-search-pattern'."
(
setq
cnt
(
1+
cnt
)))
(
message
"Counting differences...done (%d)"
cnt
)
cnt
))))
;;; diff.el ends here
lisp/disp-table.el
View file @
c0274f38
;; Functions for dealing with char tables.
;;; disp-table.el --- functions for dealing with char tables.
;; Copyright (C) 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -113,3 +114,5 @@
(
aset
glyf-table
i
string
)))
(
provide
'disp-table
)
;;; disp-table.el ends here
lisp/ebuff-menu.el
View file @
c0274f38
;;; ebuff-menu.el --- electric-buffer-list mode
; buggestions to mly@ai.mit.edu
;; who says one can't have typeout windows in gnu emacs?
...
...
@@ -236,6 +238,4 @@ Returns to Electric Buffer Menu when done."
(message "
Buffer
%s
does
not
exist!
"
bufnam
)
(
sit-for
4
))))
;;; ebuff-menu.el ends here
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment