(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.
This commit is contained in:
parent
9bc6f805fc
commit
de5ab37dc9
2 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,15 @@
|
|||
2008-03-12 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* help.el (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.
|
||||
|
||||
* startup.el (inhibit-startup-screen): Revert incomplete
|
||||
2008-03-10 merge from emacs--rel--22 that partly reverted
|
||||
2008-02-28 change that added initial message to *scratch* buffer
|
||||
regardless of the value of `inhibit-startup-screen'.
|
||||
Now keep this change in the trunk, but not in the 22 branch.
|
||||
|
||||
2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* international/quail.el (quail-setup-completion-buf, quail-help):
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue