emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104844: * progmodes/flymake.el (flym


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104844: * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
Date: Fri, 01 Jul 2011 12:33:50 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104844
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2011-07-01 12:33:50 +0200
message:
  * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
  cookie, since the manual says that it should be possible to add
  this function to `find-file-hook'.
modified:
  lisp/ChangeLog
  lisp/progmodes/flymake.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-01 10:09:52 +0000
+++ b/lisp/ChangeLog    2011-07-01 10:33:50 +0000
@@ -1,3 +1,9 @@
+2011-07-01  Lars Magne Ingebrigtsen  <address@hidden>
+
+       * progmodes/flymake.el (flymake-find-file-hook): Add an `autoload'
+       cookie, since the manual says that it should be possible to add
+       this function to `find-file-hook' (bug#8709).
+
 2011-07-01  Teodor Zlatanov  <address@hidden>
 
        * progmodes/cfengine.el: Moved all cfengine3.el functionality

=== modified file 'lisp/progmodes/flymake.el'
--- a/lisp/progmodes/flymake.el 2011-06-27 07:23:27 +0000
+++ b/lisp/progmodes/flymake.el 2011-07-01 10:33:50 +0000
@@ -1406,6 +1406,7 @@
     (cancel-timer flymake-timer)
     (setq flymake-timer nil)))
 
+;;;###autoload
 (defun flymake-find-file-hook ()
   ;;+(when flymake-start-syntax-check-on-find-file
   ;;+    (flymake-log 3 "starting syntax check on file open")


reply via email to

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