]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-literal-faces): Add font-lock-comment-delimiter-face.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 11:30:27 +0000 (11:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 May 2005 11:30:27 +0000 (11:30 +0000)
lisp/ChangeLog
lisp/progmodes/cc-engine.el

index a4caa10bf1fa4496fe5c904714e60b21756523a7..94b9b54e0acc384d50d4ad16ca4644d2e11a25b1 100644 (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)
index ea36064412f26a5890c360df34fee948fc8e2434..0a4cb6c8cd6920d237da8c5561f166cbcc988ea8 100644 (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.