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
7b9e346c
Commit
7b9e346c
authored
Oct 17, 1999
by
Gerd Moellmann
Browse files
(struct buffer): Remove prompt_end_charpos field.
parent
c0d9a0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
src/buffer.h
src/buffer.h
+1
-5
No files found.
src/buffer.h
View file @
7b9e346c
/* Header file for the buffer manipulation primitives.
Copyright (C) 1985, 86, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
Copyright (C) 1985, 86, 93, 94, 95, 97, 1998
, 1999
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -546,10 +546,6 @@ struct buffer
/* The name of this buffer. */
Lisp_Object
name
;
/* Character position at the end of a mini-buffer prompt, or or
nil if this buffer is not a mini-buffer. */
Lisp_Object
prompt_end_charpos
;
/* The name of the file visited in this buffer, or nil. */
Lisp_Object
filename
;
/* Dir for expanding relative file names. */
...
...
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