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
7d315286
Commit
7d315286
authored
Mar 01, 2018
by
Glenn Morris
Browse files
* lisp/progmodes/sql.el (sql-comint-oracle): Silence compiler.
parent
5967b14f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/progmodes/sql.el
lisp/progmodes/sql.el
+2
-1
No files found.
lisp/progmodes/sql.el
View file @
7d315286
...
...
@@ -4406,7 +4406,8 @@ The default comes from `process-coding-system-alist' and
(or coding 'utf-8))
(when (string-match (format "\\.%s\\'" (car cs)) nlslang)
(setq coding (cdr cs)))))
(
set-buffer-process-coding-system
coding
coding
)))
(set-process-coding-system (get-buffer-process (current-buffer))
coding coding)))
(defun sql-oracle-save-settings (sqlbuf)
"Save most SQL*Plus settings so they may be reset by \\[sql-redirect]."
...
...
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