emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114861: * lisp/emacs-lisp/package.el (lm-homepage):


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114861: * lisp/emacs-lisp/package.el (lm-homepage): Declare.
Date: Wed, 30 Oct 2013 06:29:57 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114861
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-10-29 23:29:51 -0700
message:
  * lisp/emacs-lisp/package.el (lm-homepage): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/package.el     package.el-20100617020707-ybavz666awsxwin6-2
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-10-30 06:29:22 +0000
+++ b/lisp/ChangeLog    2013-10-30 06:29:51 +0000
@@ -1,5 +1,7 @@
 2013-10-30  Glenn Morris  <address@hidden>
 
+       * emacs-lisp/package.el (lm-homepage): Declare.
+
        * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink):
        Fix doc typos.
 

=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2013-10-29 14:48:08 +0000
+++ b/lisp/emacs-lisp/package.el        2013-10-30 06:29:51 +0000
@@ -1101,6 +1101,8 @@
            str)
       (error nil))))
 
+(declare-function lm-homepage "lisp-mnt" (&optional file))
+
 (defun package-buffer-info ()
   "Return a `package-desc' describing the package in the current buffer.
 


reply via email to

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