emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99931: * cvs-status.el (cvs-refontif


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99931: * cvs-status.el (cvs-refontify): Remove unused.
Date: Sun, 18 Apr 2010 17:37:29 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99931
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sun 2010-04-18 17:37:29 -0400
message:
  * cvs-status.el (cvs-refontify): Remove unused.
modified:
  lisp/ChangeLog
  lisp/cvs-status.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-18 04:13:09 +0000
+++ b/lisp/ChangeLog    2010-04-18 21:37:29 +0000
@@ -1,3 +1,7 @@
+2010-04-18  Stefan Monnier  <address@hidden>
+
+       * cvs-status.el (cvs-refontify): Remove unused.
+
 2010-04-18  Jay Belanger  <address@hidden>
 
        * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.

=== modified file 'lisp/cvs-status.el'
--- a/lisp/cvs-status.el        2010-01-13 08:35:10 +0000
+++ b/lisp/cvs-status.el        2010-04-18 21:37:29 +0000
@@ -356,11 +356,11 @@
       tags)))
 
 (defvar font-lock-mode)
-(defun cvs-refontify (beg end)
-  (when (and (boundp 'font-lock-mode)
-            font-lock-mode
-            (fboundp 'font-lock-fontify-region))
-    (font-lock-fontify-region (1- beg) (1+ end))))
+;; (defun cvs-refontify (beg end)
+;;   (when (and (boundp 'font-lock-mode)
+;;          font-lock-mode
+;;          (fboundp 'font-lock-fontify-region))
+;;     (font-lock-fontify-region (1- beg) (1+ end))))
 
 (defun cvs-status-trees ()
   "Look for a lists of tags, and replace them with trees."


reply via email to

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