aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/sql.el
diff options
context:
space:
mode:
authorMiles Bader2005-06-06 02:39:45 +0000
committerMiles Bader2005-06-06 02:39:45 +0000
commitfdffd346262841cb194225ea0acd8059c57ec2d4 (patch)
treed8b3699131f7d1b94bc46c7d8be62af6b8b5ebfe /lisp/progmodes/sql.el
parenta5c508fe3a3f456c987283156315d0384d38fe9e (diff)
parenta9b4333620eb259e974445066a8e64cee0c21d69 (diff)
downloademacs-fdffd346262841cb194225ea0acd8059c57ec2d4.tar.gz
emacs-fdffd346262841cb194225ea0acd8059c57ec2d4.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 324-352) - Merge from gnus--rel--5.10 - Update from CVS - etc/emacs-buffer.gdb: Remove RCS keywords * gnus--rel--5.10 (patch 70-79) - Update from CVS - Merge from emacs--cvs-trunk--0
Diffstat (limited to 'lisp/progmodes/sql.el')
-rw-r--r--lisp/progmodes/sql.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 902cd920ead..add4493e5f8 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -2249,7 +2249,7 @@ you must tell Emacs. Here's how to do that in your `~/.emacs' file:
2249 (setq local-abbrev-table sql-mode-abbrev-table) 2249 (setq local-abbrev-table sql-mode-abbrev-table)
2250 (setq abbrev-all-caps 1) 2250 (setq abbrev-all-caps 1)
2251 ;; Run hook 2251 ;; Run hook
2252 (run-hooks 'sql-mode-hook) 2252 (run-mode-hooks 'sql-mode-hook)
2253 ;; Catch changes to sql-product and highlight accordingly 2253 ;; Catch changes to sql-product and highlight accordingly
2254 (sql-highlight-product) 2254 (sql-highlight-product)
2255 (add-hook 'hack-local-variables-hook 'sql-highlight-product t t)) 2255 (add-hook 'hack-local-variables-hook 'sql-highlight-product t t))
@@ -2367,7 +2367,7 @@ you entered, right above the output it created.
2367 (make-local-variable 'sql-input-ring-separator) 2367 (make-local-variable 'sql-input-ring-separator)
2368 (make-local-variable 'sql-input-ring-file-name) 2368 (make-local-variable 'sql-input-ring-file-name)
2369 ;; Run hook. 2369 ;; Run hook.
2370 (run-hooks 'sql-interactive-mode-hook) 2370 (run-mode-hooks 'sql-interactive-mode-hook)
2371 ;; Set comint based on user overrides. 2371 ;; Set comint based on user overrides.
2372 (setq comint-prompt-regexp sql-prompt-regexp) 2372 (setq comint-prompt-regexp sql-prompt-regexp)
2373 (setq left-margin sql-prompt-length) 2373 (setq left-margin sql-prompt-length)