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
11c05cd6
Commit
11c05cd6
authored
Jul 26, 1994
by
Richard M. Stallman
Browse files
(forms--update): Undo change made mistakenly.
parent
7fb63acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/forms.el
lisp/forms.el
+5
-5
No files found.
lisp/forms.el
View file @
11c05cd6
...
...
@@ -2,7 +2,7 @@
;;; Copyright (C) 1991, 1993 Free Software Foundation, Inc.
;; Author: Johan Vromans <jv@nl.net>
;; Version: $Revision: 2.
7
$
;; Version: $Revision: 2.
9
$
;; This file is part of GNU Emacs.
...
...
@@ -279,10 +279,10 @@
(
provide
'forms
)
;;; official
(
provide
'forms-mode
)
;;; for compatibility
(
defconst
forms-version
(
substring
"$Revision: 2.
7
$"
11
-2
)
(
defconst
forms-version
(
substring
"$Revision: 2.
9
$"
11
-2
)
"The version number of forms-mode (as string). The complete RCS id is:
$Id: forms.el,v 2.
7
1994/07/2
5 20:38:23 jv Exp
$"
)
$Id: forms.el,v 2.
9
1994/07/2
6 19:47:39 rms Exp rms
$"
)
(
defvar
forms-mode-hooks
nil
"Hook functions to be run upon entering Forms mode."
)
...
...
@@ -1462,8 +1462,8 @@ As a side effect: sets `forms--the-record-list'."
(
set-buffer
forms--file-buffer
)
;; Use delete-region instead of kill-region, to avoid
;; adding junk to the kill-ring.
(
delete-region
(
prog
n
(
beginning-of-line
)
(
point
))
(
progn
(
beginning
-of-line
2
)
(
point
)))
)
(
delete-region
(
save-excursio
n
(
beginning-of-line
)
(
point
))
(
save-excursion
(
end
-of-line
)
(
point
)))
(
insert
the-record
)
(
beginning-of-line
))))))
...
...
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