diff options
| author | Adrian Robert | 2009-09-18 15:33:26 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-18 15:33:26 +0000 |
| commit | 044f9b057df73853112c8e85f566be833834156b (patch) | |
| tree | cb5169bfa8782f31e3a497e39b7a217d44ee8789 | |
| parent | 3164272821a1ed08fb75a2a8d706541adcab2cd4 (diff) | |
| download | emacs-044f9b057df73853112c8e85f566be833834156b.tar.gz emacs-044f9b057df73853112c8e85f566be833834156b.zip | |
* cus-start.el (ns-use-qd-smoothing): Remove.
| -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 @@ | |||
| 1 | 2009-09-18 Adrian Robert <Adrian.B.Robert@gmail.com> | ||
| 2 | |||
| 3 | * cus-start.el (ns-use-qd-smoothing): Remove. | ||
| 4 | |||
| 1 | 2009-09-18 Glenn Morris <rgm@gnu.org> | 5 | 2009-09-18 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * allout.el (top-level): Remove unnecessary progn. | 7 | * 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 | |||
| 273 | (const alt) (const hyper) | 273 | (const alt) (const hyper) |
| 274 | (const super)) "23.1") | 274 | (const super)) "23.1") |
| 275 | (ns-antialias-text ns boolean "23.1") | 275 | (ns-antialias-text ns boolean "23.1") |
| 276 | (ns-use-qd-smoothing ns boolean "23.1") | ||
| 277 | ;; process.c | 276 | ;; process.c |
| 278 | (delete-exited-processes processes-basics boolean) | 277 | (delete-exited-processes processes-basics boolean) |
| 279 | ;; syntax.c | 278 | ;; syntax.c |