projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5967b14
)
* lisp/progmodes/sql.el (sql-comint-oracle): Silence compiler.
author
Glenn Morris
<rgm@gnu.org>
Fri, 2 Mar 2018 01:29:23 +0000
(20:29 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 2 Mar 2018 01:29:23 +0000
(20:29 -0500)
lisp/progmodes/sql.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sql.el
b/lisp/progmodes/sql.el
index d20c579f6609c4568ec84f8a7daf50494eb03883..9bb2cf4bdf9ff99e12c9afc9d4eb1ca85ed74f83 100644
(file)
--- a/
lisp/progmodes/sql.el
+++ b/
lisp/progmodes/sql.el
@@
-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]."