emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110959: * lisp/hippie-exp.el (hip


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110959: * lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
Date: Sun, 25 Nov 2012 17:41:00 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110959
fixes bug: http://debbugs.gnu.org/12982
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-11-25 17:41:00 -0800
message:
  * lisp/hippie-exp.el (hippie-expand-try-functions-list): Re-autoload it.
modified:
  lisp/ChangeLog
  lisp/hippie-exp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-25 16:28:38 +0000
+++ b/lisp/ChangeLog    2012-11-26 01:41:00 +0000
@@ -1,3 +1,8 @@
+2012-11-26  Glenn Morris  <address@hidden>
+
+       * hippie-exp.el (hippie-expand-try-functions-list):
+       Re-autoload it.  (Bug#12982)
+
 2012-11-25  Eli Zaretskii  <address@hidden>
 
        * descr-text.el (describe-char-padded-string): Call

=== modified file 'lisp/hippie-exp.el'
--- a/lisp/hippie-exp.el        2012-09-29 18:30:52 +0000
+++ b/lisp/hippie-exp.el        2012-11-26 01:41:00 +0000
@@ -199,6 +199,8 @@
 
 (defvar he-search-window ())
 
+;;; Autoloaded for historical reasons (bug#12982)
+;;;###autoload
 (defcustom hippie-expand-try-functions-list
   '(try-complete-file-name-partially
     try-complete-file-name


reply via email to

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