emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp help.el


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp help.el
Date: Wed, 14 Jan 2009 23:10:54 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/01/14 23:10:54

Modified files:
        lisp           : help.el 

Log message:
        (view-help-file): Use goto-address-mode instead of goto-address.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/help.el?cvsroot=emacs&r1=1.345&r2=1.346

Patches:
Index: help.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/help.el,v
retrieving revision 1.345
retrieving revision 1.346
diff -u -b -r1.345 -r1.346
--- help.el     5 Jan 2009 03:19:17 -0000       1.345
+++ help.el     14 Jan 2009 23:10:54 -0000      1.346
@@ -294,7 +294,7 @@
 
 (defun view-help-file (file &optional dir)
   (view-file (expand-file-name file (or dir data-directory)))
-  (goto-address)
+  (goto-address-mode 1)
   (goto-char (point-min)))
 
 (defun describe-distribution ()




reply via email to

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