diff options
| author | Juri Linkov | 2008-03-12 21:55:02 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-03-12 21:55:02 +0000 |
| commit | de5ab37dc957b7fcd7031dc1a9f5d16e27279512 (patch) | |
| tree | c22ba2b229c7884842d938264630d7fab8d09e0b | |
| parent | 9bc6f805fcc851b23e0ee6c9946887f0ae6085d7 (diff) | |
| download | emacs-de5ab37dc957b7fcd7031dc1a9f5d16e27279512.tar.gz emacs-de5ab37dc957b7fcd7031dc1a9f5d16e27279512.zip | |
(describe-project): Remove defaliases for view-todo and
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/help.el | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b6b4f8df0da..eded98568e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2008-03-12 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * help.el (describe-project): Remove defaliases for view-todo and | ||
| 4 | describe-project that are now unnecessary after the merge from | ||
| 5 | emacs--rel--22 that added define-obsolete-function-alias. | ||
| 6 | |||
| 7 | * startup.el (inhibit-startup-screen): Revert incomplete | ||
| 8 | 2008-03-10 merge from emacs--rel--22 that partly reverted | ||
| 9 | 2008-02-28 change that added initial message to *scratch* buffer | ||
| 10 | regardless of the value of `inhibit-startup-screen'. | ||
| 11 | Now keep this change in the trunk, but not in the 22 branch. | ||
| 12 | |||
| 1 | 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 13 | 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 14 | ||
| 3 | * international/quail.el (quail-setup-completion-buf, quail-help): | 15 | * international/quail.el (quail-setup-completion-buf, quail-help): |
diff --git a/lisp/help.el b/lisp/help.el index a698e87950b..85470d807de 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -309,7 +309,6 @@ If that doesn't give a function, return nil." | |||
| 309 | (interactive) | 309 | (interactive) |
| 310 | (view-help-file "COPYING")) | 310 | (view-help-file "COPYING")) |
| 311 | 311 | ||
| 312 | (defalias 'describe-project 'describe-gnu-project) | ||
| 313 | (defun describe-gnu-project () | 312 | (defun describe-gnu-project () |
| 314 | "Display info on the GNU project." | 313 | "Display info on the GNU project." |
| 315 | (interactive) | 314 | (interactive) |
| @@ -414,7 +413,6 @@ With argument, display info only for the selected version." | |||
| 414 | (beginning-of-line) | 413 | (beginning-of-line) |
| 415 | (point))))))) | 414 | (point))))))) |
| 416 | 415 | ||
| 417 | (defalias 'view-todo 'view-emacs-todo) | ||
| 418 | (defun view-emacs-todo (&optional arg) | 416 | (defun view-emacs-todo (&optional arg) |
| 419 | "Display the Emacs TODO list." | 417 | "Display the Emacs TODO list." |
| 420 | (interactive "P") | 418 | (interactive "P") |