# HG changeset patch # User Juri Linkov # Date 1205358887 0 # Node ID da7c30c567ef80d7add37ab15814c6c8e8f5ea02 # Parent f85ca7d27ab247f7cfbffcfc25cc113fab01801b (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. diff -r f85ca7d27ab2 -r da7c30c567ef lisp/help.el --- a/lisp/help.el Wed Mar 12 21:54:36 2008 +0000 +++ b/lisp/help.el Wed Mar 12 21:54:47 2008 +0000 @@ -309,7 +309,6 @@ (interactive) (view-help-file "COPYING")) -(defalias 'describe-project 'describe-gnu-project) (defun describe-gnu-project () "Display info on the GNU project." (interactive) @@ -414,7 +413,6 @@ (beginning-of-line) (point))))))) -(defalias 'view-todo 'view-emacs-todo) (defun view-emacs-todo (&optional arg) "Display the Emacs TODO list." (interactive "P")