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
3ee3a1b5
Commit
3ee3a1b5
authored
Jul 16, 2011
by
Lars Magne Ingebrigtsen
Browse files
Make `buffer-offer-save' permanently local
Fixes: debbugs:6241
parent
aa57197f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/files.el
lisp/files.el
+1
-0
No files found.
lisp/ChangeLog
View file @
3ee3a1b5
2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
* files.el (buffer-offer-save): Made permanently local (bug#6241).
* doc-view.el (doc-view-make-safe-dir): Rewrite the error message
to clarify what the problem is (bug#4291).
...
...
lisp/files.el
View file @
3ee3a1b5
...
...
@@ -151,6 +151,7 @@ Automatically local in all buffers."
:type
'boolean
:group
'backup
)
(
make-variable-buffer-local
'buffer-offer-save
)
(
put
'buffer-offer-save
'permanent-local
t
)
(
defcustom
find-file-existing-other-name
t
"Non-nil means find a file under alternative names, in existing buffers.
...
...
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