mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* cvs-status.el (cvs-refontify): Remove unused.
This commit is contained in:
parent
b9f2036404
commit
8a37fb25cb
2 changed files with 9 additions and 5 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
|
|
@ -356,11 +356,11 @@ the list is a three-string list TAG, KIND, REV."
|
|||
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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue