1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(c-literal-faces): Add font-lock-comment-delimiter-face.

This commit is contained in:
Richard M. Stallman 2005-05-14 11:30:27 +00:00
parent 7fe92d22bd
commit bbf87c2985
2 changed files with 27 additions and 1 deletions

View file

@ -1,3 +1,28 @@
2005-05-14 Richard M. Stallman <rms@gnu.org>
* progmodes/cc-engine.el (c-literal-faces):
Add font-lock-comment-delimiter-face.
* net/net-utils.el (dig): Use with-no-warnings.
* mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
(sc-recite-frame-alist, sc-default-cite-frame)
(sc-default-uncite-frame, sc-default-recite-frame)
(sc-attrib-selection-list, sc-rewrite-header-list):
Mark as risky-local-variable.
* international/ogonek.el (ogonek-jak, ogonek-how):
Don't use beginning-of-buffer.
* emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
* calendar/solar.el (solar-data-list): Move definition up.
* dnd.el (dnd-protocol-alist): Add autoload.
* progmodes/sh-script.el: Many doc usage fixes.
(sh-indent-after-do): Change default to match common styles.
2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
* files.el (interpreter-mode-alist)

View file

@ -335,7 +335,8 @@ This function does not do any hidden buffer changes."
;; locking is in use. This variable is extended with the face in
;; `c-doc-face-name' when fontification is activated in cc-fonts.el.
(defvar c-literal-faces
'(font-lock-comment-face font-lock-string-face))
'(font-lock-comment-face font-lock-string-face
font-lock-comment-delimiter-face))
(defun c-shift-line-indentation (shift-amt)
;; This function does not do any hidden buffer changes.