diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-18 15:33:26 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-18 15:33:26 +0000 |
commit | 044f9b057df73853112c8e85f566be833834156b (patch) | |
tree | cb5169bfa8782f31e3a497e39b7a217d44ee8789 /lisp | |
parent | 3164272821a1ed08fb75a2a8d706541adcab2cd4 (diff) | |
download | emacs-044f9b057df73853112c8e85f566be833834156b.tar.gz |
* cus-start.el (ns-use-qd-smoothing): Remove.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/cus-start.el | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 86462243520..1f1444340c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com> + + * cus-start.el (ns-use-qd-smoothing): Remove. + 2009-09-18 Glenn Morris <rgm@gnu.org> * allout.el (top-level): Remove unnecessary progn. diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b83125da71e..970431d46cd 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -273,7 +273,6 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of (const alt) (const hyper) (const super)) "23.1") (ns-antialias-text ns boolean "23.1") - (ns-use-qd-smoothing ns boolean "23.1") ;; process.c (delete-exited-processes processes-basics boolean) ;; syntax.c |