emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99742: fix a typo in last patch


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99742: fix a typo in last patch
Date: Wed, 24 Mar 2010 09:41:07 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99742
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-24 09:41:07 -0400
message:
  fix a typo in last patch
modified:
  lisp/progmodes/compile.el
=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2010-03-23 18:22:46 +0000
+++ b/lisp/progmodes/compile.el 2010-03-24 13:41:07 +0000
@@ -1785,7 +1785,7 @@
               (unless comint-inhibit-carriage-motion
                 (comint-carriage-motion (process-mark proc) (point)))
               (set-marker (process-mark proc) (point))
-              (set (make-local-variable buffer-modtime) (current-time))
+              (set (make-local-variable 'buffer-modtime) (current-time))
               (run-hooks 'compilation-filter-hook))
          (goto-char pos)
           (narrow-to-region min max)


reply via email to

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