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
4f4b8eff
Commit
4f4b8eff
authored
Jul 15, 1992
by
Eric S. Raymond
Browse files
*** empty log message ***
parent
630cc463
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
lisp/mail/rmailout.el
lisp/mail/rmailout.el
+4
-0
lisp/replace.el
lisp/replace.el
+4
-0
No files found.
lisp/mail/rmailout.el
View file @
4f4b8eff
;;; rmailout.el --- "RMAIL" mail reader for Emacs: output message to a file.
;; Maintainer: FSF
;; Last-Modified: 1 Mar 1991
;; Copyright (C) 1985, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -18,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
;; Temporary until Emacs always has this variable.
(
defvar
rmail-delete-after-output
nil
...
...
lisp/replace.el
View file @
4f4b8eff
;;; replace.el --- replace commands for Emacs.
;; Maintainer: FSF
;; Last-Modified: 9 Jul 1992
;; Copyright (C) 1985, 86, 87, 88, 89, 90, 91, 92 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -18,6 +21,7 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;; Code:
(
defconst
case-replace
t
"\
*Non-nil
means
query-replace
should
preserve
case
in
replacements.
")
...
...
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