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
faadfb0a
Commit
faadfb0a
authored
Jun 26, 2000
by
Gerd Moellmann
Browse files
Change spelling of the Free Software Foundation.
parent
f978b2a2
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
lisp/eshell/em-alias.el
lisp/eshell/em-alias.el
+1
-1
lisp/eshell/em-banner.el
lisp/eshell/em-banner.el
+1
-1
lisp/eshell/em-basic.el
lisp/eshell/em-basic.el
+1
-1
lisp/eshell/em-cmpl.el
lisp/eshell/em-cmpl.el
+1
-1
lisp/eshell/em-dirs.el
lisp/eshell/em-dirs.el
+1
-1
lisp/eshell/em-glob.el
lisp/eshell/em-glob.el
+1
-1
lisp/eshell/em-hist.el
lisp/eshell/em-hist.el
+1
-1
lisp/eshell/em-ls.el
lisp/eshell/em-ls.el
+1
-1
lisp/eshell/em-pred.el
lisp/eshell/em-pred.el
+1
-1
lisp/eshell/em-prompt.el
lisp/eshell/em-prompt.el
+1
-1
lisp/eshell/em-rebind.el
lisp/eshell/em-rebind.el
+1
-1
lisp/eshell/em-script.el
lisp/eshell/em-script.el
+1
-1
lisp/eshell/em-smart.el
lisp/eshell/em-smart.el
+1
-1
lisp/eshell/em-term.el
lisp/eshell/em-term.el
+1
-1
lisp/eshell/em-unix.el
lisp/eshell/em-unix.el
+1
-1
lisp/eshell/em-xtra.el
lisp/eshell/em-xtra.el
+1
-1
lisp/eshell/esh-arg.el
lisp/eshell/esh-arg.el
+1
-1
lisp/eshell/esh-cmd.el
lisp/eshell/esh-cmd.el
+1
-1
lisp/eshell/esh-ext.el
lisp/eshell/esh-ext.el
+1
-1
lisp/eshell/esh-io.el
lisp/eshell/esh-io.el
+1
-1
No files found.
lisp/eshell/em-alias.el
View file @
faadfb0a
;;; em-alias --- creation and management of command aliases
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-banner.el
View file @
faadfb0a
;;; em-banner --- sample module that displays a login banner
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-basic.el
View file @
faadfb0a
;;; em-basic --- basic shell builtin commands
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-cmpl.el
View file @
faadfb0a
;;; em-cmpl --- completion using the TAB key
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-dirs.el
View file @
faadfb0a
;;; em-dirs --- directory navigation commands
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-glob.el
View file @
faadfb0a
;;; em-glob --- extended file name globbing
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-hist.el
View file @
faadfb0a
;;; em-hist --- history list management
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-ls.el
View file @
faadfb0a
;;; em-ls --- implementation of ls in Lisp
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-pred.el
View file @
faadfb0a
;;; em-pred --- argument predicates and modifiers (ala zsh)
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-prompt.el
View file @
faadfb0a
;;; em-prompt --- command prompts
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-rebind.el
View file @
faadfb0a
;;; em-rebind --- rebind keys when point is at current input
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-script.el
View file @
faadfb0a
;;; em-script --- Eshell script files
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-smart.el
View file @
faadfb0a
;;; em-smart --- smart display of output
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-term.el
View file @
faadfb0a
;;; em-term --- running visual commands
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-unix.el
View file @
faadfb0a
;;; em-unix --- UNIX command aliases
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/em-xtra.el
View file @
faadfb0a
;;; em-xtra --- extra alias functions
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/esh-arg.el
View file @
faadfb0a
;;; esh-arg --- argument processing
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/esh-cmd.el
View file @
faadfb0a
;;; esh-cmd --- command invocation
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/esh-ext.el
View file @
faadfb0a
;;; esh-ext --- commands external to Eshell
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
lisp/eshell/esh-io.el
View file @
faadfb0a
;;; esh-io --- I/O management
;; Copyright (C) 1999, 2000 Free Sofware Foundation
;; Copyright (C) 1999, 2000 Free Sof
t
ware Foundation
;; This file is part of GNU Emacs.
...
...
Prev
1
2
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