Mercurial > emacs
comparison lisp/ChangeLog @ 96748:92f7bbffcb45
Require CL; fix up comment style; reindent.
(ns-define-service): Use subst-char-in-string. Avoid `eval'.
(ns-save-preferences): Use `case'.
(ns-initialize-window-system): Use `dolist'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Jul 2008 20:06:14 +0000 |
parents | cedc8de2b011 |
children | da03cfcc85a1 |
comparison
equal
deleted
inserted
replaced
96747:ebf3bd5f0017 | 96748:92f7bbffcb45 |
---|---|
1 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * term/ns-win.el: Require CL; fix up comment style; reindent. | |
4 (ns-define-service): Use subst-char-in-string. Avoid `eval'. | |
5 (ns-save-preferences): Use `case'. | |
6 (ns-initialize-window-system): Use `dolist'. | |
7 | |
1 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> | 8 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com> |
2 | 9 |
3 * loadup.el: Remove load of easy-mmode prior to ns-win when NS | 10 * loadup.el: Remove load of easy-mmode prior to ns-win when NS |
4 windowing is used. | 11 windowing is used. |
5 * term/ns-win.el (ns-extended-platform-support-mode): | 12 * term/ns-win.el (ns-extended-platform-support-mode): |
6 Corrected/improved documentation. | 13 Correct/improve documentation. |
7 | 14 |
8 2008-07-16 Glenn Morris <rgm@gnu.org> | 15 2008-07-16 Glenn Morris <rgm@gnu.org> |
9 | 16 |
10 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el: | 17 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el: |
11 Simply require 'cl (see comment in cl-compat.el). | 18 Simply require 'cl (see comment in cl-compat.el). |