| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/irc/riece/files/ |
Upload File : |
--- lisp/riece-history.el.orig 2011-04-04 06:24:37 UTC
+++ lisp/riece-history.el
@@ -65,8 +65,13 @@
(defvar riece-channel-list-history-face 'riece-channel-list-history-face)
(unless (riece-facep 'riece-modeline-history-face)
- (make-face 'riece-modeline-history-face
- "Face used for displaying history channels in modeline.")
+ ;; In Emacs, set-face-doc-string is an alias to
+ ;; set-face-documentation, but we use the former since it is
+ ;; available in both Emacs and XEmacs.
+ (make-face 'riece-modeline-history-face)
+ (set-face-doc-string
+ 'riece-modeline-history-face
+ "Face used for displaying history channels in modeline.")
(if (featurep 'xemacs)
(set-face-parent 'riece-modeline-history-face 'modeline))
(set-face-foreground 'riece-modeline-history-face