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
78943c8a
Commit
78943c8a
authored
Jun 15, 1997
by
Richard M. Stallman
Browse files
(byte-save-current-buffer): Change to code 114 (0162).
parent
4bc504c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+3
-4
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
78943c8a
...
...
@@ -10,7 +10,7 @@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
(
defconst
byte-compile-version
"$Revision: 2.2
7
$"
)
(
defconst
byte-compile-version
"$Revision: 2.2
8
$"
)
;; This file is part of GNU Emacs.
...
...
@@ -489,8 +489,6 @@ Each element is (INDEX . VALUE)")
(
byte-defop
94
-1
byte-min
)
(
byte-defop
95
-1
byte-mult
)
; v19 only
(
byte-defop
96
1
byte-point
)
(
byte-defop
97
0
byte-save-current-buffer
"To make a binding to record the current buffer"
)
(
byte-defop
98
0
byte-goto-char
)
(
byte-defop
99
0
byte-insert
)
(
byte-defop
100
1
byte-point-max
)
...
...
@@ -507,7 +505,8 @@ Each element is (INDEX . VALUE)")
(
byte-defop
111
1
byte-bobp
)
(
byte-defop
112
1
byte-current-buffer
)
(
byte-defop
113
0
byte-set-buffer
)
(
byte-defop
114
1
byte-read-char-OBSOLETE
)
(
byte-defop
114
0
byte-save-current-buffer
"To make a binding to record the current buffer"
)
(
byte-defop
115
0
byte-set-mark-OBSOLETE
)
(
byte-defop
116
1
byte-interactive-p
)
...
...
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