diff options
| author | Stefan Monnier | 2012-06-05 12:50:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-06-05 12:50:28 -0400 |
| commit | d32926ffaadd1d194557add72ccbff239feff26e (patch) | |
| tree | 41a4471f6b094bada6779a4fa2faae64d9de9008 | |
| parent | 53aacf21b41d567ff41cc33b91a44b018ceb4195 (diff) | |
| download | emacs-d32926ffaadd1d194557add72ccbff239feff26e.tar.gz emacs-d32926ffaadd1d194557add72ccbff239feff26e.zip | |
* emacs-list/cust-print.el: Move to obsolete.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/obsolete/cust-print.el (renamed from lisp/emacs-lisp/cust-print.el) | 0 |
3 files changed, 4 insertions, 0 deletions
| @@ -302,6 +302,8 @@ inefficiency, and not namespace-clean. | |||
| 302 | 302 | ||
| 303 | *** patcomp.el | 303 | *** patcomp.el |
| 304 | 304 | ||
| 305 | *** cust-print.el | ||
| 306 | |||
| 305 | 307 | ||
| 306 | * New Modes and Packages in Emacs 24.2 | 308 | * New Modes and Packages in Emacs 24.2 |
| 307 | 309 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index efae4584643..87c9844247f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-06-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-list/cust-print.el: Move to obsolete. | ||
| 4 | |||
| 3 | * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during | 5 | * emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during |
| 4 | compiler-macro expansion. | 6 | compiler-macro expansion. |
| 5 | 7 | ||
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/obsolete/cust-print.el index b456d59e8da..b456d59e8da 100644 --- a/lisp/emacs-lisp/cust-print.el +++ b/lisp/obsolete/cust-print.el | |||