emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/startup.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el,v
Date: Fri, 29 Feb 2008 23:38:44 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  08/02/29 23:38:43

Index: startup.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/startup.el,v
retrieving revision 1.483
retrieving revision 1.484
diff -u -b -r1.483 -r1.484
--- startup.el  28 Feb 2008 23:31:31 -0000      1.483
+++ startup.el  29 Feb 2008 23:38:43 -0000      1.484
@@ -1177,7 +1177,7 @@
           '("GNU/Linux"
             (lambda (button) (browse-url 
"http://www.gnu.org/gnu/linux-and-gnu.html";))
             "Browse http://www.gnu.org/gnu/linux-and-gnu.html";)
-        '("GNU" (lambda (button) (describe-project))
+        '("GNU" (lambda (button) (describe-gnu-project))
           "Display info on the GNU project")))
      " operating system.\n"
      :face variable-pitch "To quit a partially entered command, type "
@@ -1236,7 +1236,7 @@
           '("GNU/Linux"
             (lambda (button) (browse-url 
"http://www.gnu.org/gnu/linux-and-gnu.html";))
             "Browse http://www.gnu.org/gnu/linux-and-gnu.html";)
-        '("GNU" (lambda (button) (describe-project))
+        '("GNU" (lambda (button) (describe-gnu-project))
           "Display info on the GNU project.")))
      " operating system.\n"
      :face (lambda ()
@@ -1262,7 +1262,7 @@
              (goto-char (point-min))))
      "\tHow to contribute improvements to Emacs\n"
      "\n"
-     :link ("GNU and Freedom" (lambda (button) (describe-project)))
+     :link ("GNU and Freedom" (lambda (button) (describe-gnu-project)))
      "\tWhy we developed GNU Emacs, and the GNU operating system\n"
      :link ("Absence of Warranty" (lambda (button) (describe-no-warranty)))
      "\tGNU Emacs comes with "
@@ -1872,7 +1872,7 @@
   (insert "\tHow to contribute improvements to Emacs\n\n")
 
   (insert-button "GNU and Freedom"
-                'action (lambda (button) (describe-project))
+                'action (lambda (button) (describe-gnu-project))
                 'follow-link t)
   (insert "\t\tWhy we developed GNU Emacs and the GNU system\n")
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]