diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2013-05-08 17:06:28 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2013-05-08 17:06:28 +0200 |
commit | 5cb15713d8575fae940c9f177874ea98e5e7c7e0 (patch) | |
tree | 4fd987d372e0394c4afbb983ac0a2c32ad31550f /lisp/faces.el | |
parent | 01e147a678cd684b2d4cb4ca54e846061d45afd9 (diff) | |
download | emacs-5cb15713d8575fae940c9f177874ea98e5e7c7e0.tar.gz |
Silence byte-compiler warnings.
* lisp/emacs-lisp/bytecomp.el (byte-compile-insert-header):
* lisp/faces.el (crm-separator): Silence byte-compiler.
* lisp/progmodes/gud.el (gdb-speedbar-auto-raise, gud-tooltip-mode)
(tool-bar-map): Remove unneeded defvars.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 80f34d4569a..6225769d161 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -933,6 +933,8 @@ of the default face. Value is FACE." ;;; Interactively modifying faces. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(defvar crm-separator) ; from crm.el + (defun read-face-name (prompt &optional default multiple) "Read one or more face names, prompting with PROMPT. PROMPT should not end in a space or a colon. |