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
a2e12c0c
Commit
a2e12c0c
authored
Oct 27, 1994
by
Karl Heuer
Browse files
(find-file-noselect): Call set-buffer-major-mode here.
parent
8af6db06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/files.el
lisp/files.el
+1
-0
No files found.
lisp/files.el
View file @
a2e12c0c
...
...
@@ -698,6 +698,7 @@ The buffer is not selected, just returned to the caller."
;;; (message "Symbolic link to file in buffer %s"
;;; (buffer-name linked-buf))))
(
setq
buf
(
create-file-buffer
filename
))
(
set-buffer-major-mode
buf
)
(
set-buffer
buf
)
(
erase-buffer
)
(
condition-case
()
...
...
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