aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2011-02-22 20:37:53 -0800
committerGlenn Morris2011-02-22 20:37:53 -0800
commita94a2b9be3445aaea447d4e6f6483b1afc9ea910 (patch)
tree0666c8e5b0f2893143ea31254c38673e432f372b /etc
parentc9f50c819f057f38742d283c4f36b1ffcfd126d9 (diff)
downloademacs-a94a2b9be3445aaea447d4e6f6483b1afc9ea910.tar.gz
emacs-a94a2b9be3445aaea447d4e6f6483b1afc9ea910.zip
* etc/NEWS: Remove some sql-stuff that is not NEWS-worthy.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9119fa3b8e1..f0d95dee846 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -424,10 +424,6 @@ The standard directory local variables feature replaces it.
424 424
425** SQL Mode enhancements. 425** SQL Mode enhancements.
426 426
427*** Several variables have been marked as safe local variables. The
428variables `sql-product', `sql-user', `sql-server', `sql-database' and
429`sql-port' can now be safely used as local variables.
430
431*** `sql-dialect' is a synonym for `sql-product'. 427*** `sql-dialect' is a synonym for `sql-product'.
432 428
433*** Added ability to login with a port on MySQL and Postgres. 429*** Added ability to login with a port on MySQL and Postgres.