emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115905: Reference efaq.info in preference to etc/MO


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115905: Reference efaq.info in preference to etc/MORE.STUFF
Date: Tue, 07 Jan 2014 08:39:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115905
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2014-01-07 00:38:58 -0800
message:
  Reference efaq.info in preference to etc/MORE.STUFF
  
  * lisp/help.el (view-external-packages):
  * lisp/menu-bar.el (menu-bar-help-extra-packages):
  Visit efaq.info rather than etc/MORE.STUFF.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/help.el                   help.el-20091113204419-o5vbwnq5f7feedwu-280
  lisp/menu-bar.el               menubar.el-20091113204419-o5vbwnq5f7feedwu-546
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-07 07:55:50 +0000
+++ b/lisp/ChangeLog    2014-01-07 08:38:58 +0000
@@ -1,3 +1,9 @@
+2014-01-07  Glenn Morris  <address@hidden>
+
+       * help.el (view-external-packages):
+       * menu-bar.el (menu-bar-help-extra-packages):
+       Visit efaq.info rather than etc/MORE.STUFF.
+
 2014-01-07  Juri Linkov  <address@hidden>
 
        * isearch.el (isearch-mode-map): Bind [return] and [backspace] to
@@ -6,11 +12,6 @@
        * progmodes/ps-mode.el (ps-mode-map): Remove [return] key binding
        that shadows RET.  (Bug#16342)
 
-2014-01-07  Daniel Colascione  <address@hidden>
-
-       * vc/log-view.el (log-view-beginning-of-defun): Add comment
-       explaining why we call `log-view-end-of-defun'.
-
 2014-01-07  Chong Yidong  <address@hidden>
 
        * isearch.el (isearch-yank-char, isearch-yank-word)

=== modified file 'lisp/help.el'
--- a/lisp/help.el      2014-01-01 07:43:34 +0000
+++ b/lisp/help.el      2014-01-07 08:38:58 +0000
@@ -437,10 +437,11 @@
   (interactive)
   (view-help-file "DEBUG"))
 
+;; This used to visit MORE.STUFF; maybe it should just be removed.
 (defun view-external-packages ()
-  "Display external packages and information about Emacs."
+  "Display info on where to get more Emacs packages."
   (interactive)
-  (view-help-file "MORE.STUFF"))
+  (info "(efaq)Packages that do not come with Emacs"))
 
 (defun view-lossage ()
   "Display last 300 input keystrokes.

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2014-01-01 07:43:34 +0000
+++ b/lisp/menu-bar.el  2014-01-07 08:38:58 +0000
@@ -1635,13 +1635,11 @@
                   :help "Read the Introduction to Emacs Lisp Programming"))
     menu))
 
+;; This used to visit MORE.STUFF; maybe it should just be removed.
 (defun menu-bar-help-extra-packages ()
   "Display help about some additional packages available for Emacs."
   (interactive)
-  (let (enable-local-variables)
-    (view-file (expand-file-name "MORE.STUFF"
-                                data-directory))
-    (goto-address-mode 1)))
+  (info "(efaq)Packages that do not come with Emacs"))
 
 (defun help-with-tutorial-spec-language ()
   "Use the Emacs tutorial, specifying which language you want."


reply via email to

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