diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cvs-status.el | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d47d9bae82a..88c2627d561 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * cvs-status.el (cvs-refontify): Remove unused. | ||
| 4 | |||
| 1 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> | 5 | 2010-04-18 Jay Belanger <jay.p.belanger@gmail.com> |
| 2 | 6 | ||
| 3 | * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'. | 7 | * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'. |
diff --git a/lisp/cvs-status.el b/lisp/cvs-status.el index 1cc9ca9d713..e5a30684eb0 100644 --- a/lisp/cvs-status.el +++ b/lisp/cvs-status.el | |||
| @@ -356,11 +356,11 @@ the list is a three-string list TAG, KIND, REV." | |||
| 356 | tags))) | 356 | tags))) |
| 357 | 357 | ||
| 358 | (defvar font-lock-mode) | 358 | (defvar font-lock-mode) |
| 359 | (defun cvs-refontify (beg end) | 359 | ;; (defun cvs-refontify (beg end) |
| 360 | (when (and (boundp 'font-lock-mode) | 360 | ;; (when (and (boundp 'font-lock-mode) |
| 361 | font-lock-mode | 361 | ;; font-lock-mode |
| 362 | (fboundp 'font-lock-fontify-region)) | 362 | ;; (fboundp 'font-lock-fontify-region)) |
| 363 | (font-lock-fontify-region (1- beg) (1+ end)))) | 363 | ;; (font-lock-fontify-region (1- beg) (1+ end)))) |
| 364 | 364 | ||
| 365 | (defun cvs-status-trees () | 365 | (defun cvs-status-trees () |
| 366 | "Look for a lists of tags, and replace them with trees." | 366 | "Look for a lists of tags, and replace them with trees." |