[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99849: add "; ; ; ###autoload" cooki
From: |
Sam Steingold |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99849: add "; ; ; ###autoload" cookies |
Date: |
Wed, 07 Apr 2010 12:25:49 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99849
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Wed 2010-04-07 12:25:49 -0400
message:
add ";;;###autoload" cookies
modified:
lisp/progmodes/bug-reference.el
=== modified file 'lisp/progmodes/bug-reference.el'
--- a/lisp/progmodes/bug-reference.el 2010-04-02 17:24:37 +0000
+++ b/lisp/progmodes/bug-reference.el 2010-04-07 16:25:49 +0000
@@ -130,6 +130,7 @@
(widen)
(bug-reference-unfontify (point-min) (point-max)))))
+;;;###autoload
(defun turn-on-bug-reference-mode ()
"Unconditionally turn bug reference mode on."
(unless bug-reference-mode
@@ -148,6 +149,7 @@
(widen)
(bug-reference-unfontify (point-min) (point-max)))))
+;;;###autoload
(defun turn-on-bug-reference-prog-mode ()
"Unconditionally turn bug reference prog mode on."
(unless bug-reference-prog-mode
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99849: add "; ; ; ###autoload" cookies,
Sam Steingold <=