Mercurial > emacs
changeset 107893:3d1b30daa7a9
* cvs-status.el (cvs-refontify): Remove unused.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 18 Apr 2010 17:37:29 -0400 |
parents | ac04ee05ff03 |
children | 9b05dc529495 |
files | lisp/ChangeLog lisp/cvs-status.el |
diffstat | 2 files changed, 9 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 18 17:35:20 2010 -0400 +++ b/lisp/ChangeLog Sun Apr 18 17:37:29 2010 -0400 @@ -1,3 +1,7 @@ +2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> + + * cvs-status.el (cvs-refontify): Remove unused. + 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
--- a/lisp/cvs-status.el Sun Apr 18 17:35:20 2010 -0400 +++ b/lisp/cvs-status.el Sun Apr 18 17:37:29 2010 -0400 @@ -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."