diff options
Diffstat (limited to 'lisp/textmodes/reftex.el')
| -rw-r--r-- | lisp/textmodes/reftex.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex.el b/lisp/textmodes/reftex.el index 8584c496a97..8318dc0d5f3 100644 --- a/lisp/textmodes/reftex.el +++ b/lisp/textmodes/reftex.el | |||
| @@ -2311,9 +2311,7 @@ IGNORE-WORDS List of words which should be removed from the string." | |||
| 2311 | ;; Return the first valid face in FACES, or nil if none is valid. | 2311 | ;; Return the first valid face in FACES, or nil if none is valid. |
| 2312 | ;; Also, when finding a nil element in FACES, return nil. This | 2312 | ;; Also, when finding a nil element in FACES, return nil. This |
| 2313 | ;; function is just a safety net to catch name changes of builtin | 2313 | ;; function is just a safety net to catch name changes of builtin |
| 2314 | ;; fonts. Currently it is only used for reftex-label-face, which has | 2314 | ;; fonts. Currently it is only used for reftex-label-face. |
| 2315 | ;; as default font-lock-reference-face, which was recently renamed | ||
| 2316 | ;; to font-lock-constant-face. | ||
| 2317 | (let (face) | 2315 | (let (face) |
| 2318 | (catch 'exit | 2316 | (catch 'exit |
| 2319 | (while (setq face (pop faces)) | 2317 | (while (setq face (pop faces)) |