]> code.delx.au - gnu-emacs/blobdiff - lisp/term/rxvt.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / term / rxvt.el
index c2055088fb580118036da2e3167119bb0d2956f1..97d38659115ef0825e7ebd0c457b0ce19f7b300f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; rxvt.el --- define function key sequences and standard colors for rxvt
 
-;; Copyright (C) 2002-2015 Free Software Foundation, Inc.
+;; Copyright (C) 2002-2016 Free Software Foundation, Inc.
 
 ;; Author: Eli Zaretskii
 ;; Keywords: terminals
             (* (apply '+ (car (cddr (nth 15 rxvt-standard-colors)))) 0.6))
          (set-terminal-parameter nil 'background-mode 'dark)))))
 
+(provide 'term/rxvt)
+
 ;;; rxvt.el ends here