]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-project): Remove defaliases for view-todo and
authorJuri Linkov <juri@jurta.org>
Wed, 12 Mar 2008 21:55:02 +0000 (21:55 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 12 Mar 2008 21:55:02 +0000 (21:55 +0000)
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.

lisp/ChangeLog
lisp/help.el

index b6b4f8df0dac61d528d3c9b0b44d031a02fa4bcf..eded98568e4f4479bd495526a867603b3cd9a6be 100644 (file)
@@ -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):
index a698e87950b4877dfbdf1cd2d864750f94ff12a6..85470d807de68dc4d5a09a0d19d545f00c24111a 100644 (file)
@@ -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")