summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-03-12 21:55:02 +0000
committerJuri Linkov <juri@jurta.org>2008-03-12 21:55:02 +0000
commitde5ab37dc957b7fcd7031dc1a9f5d16e27279512 (patch)
treec22ba2b229c7884842d938264630d7fab8d09e0b /lisp/help.el
parent9bc6f805fcc851b23e0ee6c9946887f0ae6085d7 (diff)
(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.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el2
1 files changed, 0 insertions, 2 deletions
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."
(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 @@ With argument, display info only for the selected version."
(beginning-of-line)
(point)))))))
-(defalias 'view-todo 'view-emacs-todo)
(defun view-emacs-todo (&optional arg)
"Display the Emacs TODO list."
(interactive "P")