diff options
| author | Leo Liu | 2013-11-19 16:59:53 +0800 |
|---|---|---|
| committer | Leo Liu | 2013-11-19 16:59:53 +0800 |
| commit | e0855d7de9e223738866e5059e287947aaf0587e (patch) | |
| tree | ede9bad9408f36616d7ad3721b528dd90bfffc94 /lisp | |
| parent | 12455b2fcb9dfecf0ada48e7be78564b0292519c (diff) | |
| download | emacs-e0855d7de9e223738866e5059e287947aaf0587e.tar.gz emacs-e0855d7de9e223738866e5059e287947aaf0587e.zip | |
* obsolete/rcompile.el: Mark obsolete.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/obsolete/rcompile.el (renamed from lisp/net/rcompile.el) | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c327727d3e9..2efec7efe99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-11-19 Leo Liu <sdl.web@gmail.com> | 1 | 2013-11-19 Leo Liu <sdl.web@gmail.com> |
| 2 | 2 | ||
| 3 | * obsolete/rcompile.el: Mark obsolete. | ||
| 4 | |||
| 3 | * progmodes/compile.el (compilation-start) | 5 | * progmodes/compile.el (compilation-start) |
| 4 | (compilation-goto-locus, compilation-find-file): Pass | 6 | (compilation-goto-locus, compilation-find-file): Pass |
| 5 | no-display-ok and handle nil value from display-buffer. | 7 | no-display-ok and handle nil value from display-buffer. |
diff --git a/lisp/net/rcompile.el b/lisp/obsolete/rcompile.el index e7bfbf386f4..6ab015e1658 100644 --- a/lisp/net/rcompile.el +++ b/lisp/obsolete/rcompile.el | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Created: 1993 Oct 6 | 7 | ;; Created: 1993 Oct 6 |
| 8 | ;; Keywords: tools, processes | 8 | ;; Keywords: tools, processes |
| 9 | ;; Obsolete-since: 24.4 | ||
| 9 | 10 | ||
| 10 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 11 | 12 | ||