* lisp/progmodes/sql.el (sql-comint-oracle): Silence compiler.

This commit is contained in:
Glenn Morris 2018-03-01 20:29:23 -05:00
parent 5967b14f48
commit 7d3152862f

View file

@ -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]."