]> code.delx.au - gnu-emacs/commitdiff
Provide 'term/name in lisp/term files.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Feb 2016 05:59:40 +0000 (21:59 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Feb 2016 05:59:40 +0000 (21:59 -0800)
* lisp/term/AT386.el, lisp/term/bobcat.el, lisp/term/cygwin.el:
* lisp/term/internal.el, lisp/term/iris-ansi.el, lisp/term/linux.el:
* lisp/term/lk201.el, lisp/term/news.el, lisp/term/ns-win.el:
* lisp/term/pc-win.el, lisp/term/rxvt.el, lisp/term/screen.el:
* lisp/term/sun.el, lisp/term/tty-colors.el, lisp/term/tvi970.el:
* lisp/term/vt100.el, lisp/term/vt200.el, lisp/term/w32-win.el:
* lisp/term/w32console.el, lisp/term/wyse50.el, lisp/term/x-win.el:
For consistency, provide 'term/name in all files that don't already.

21 files changed:
lisp/term/AT386.el
lisp/term/bobcat.el
lisp/term/cygwin.el
lisp/term/internal.el
lisp/term/iris-ansi.el
lisp/term/linux.el
lisp/term/lk201.el
lisp/term/news.el
lisp/term/ns-win.el
lisp/term/pc-win.el
lisp/term/rxvt.el
lisp/term/screen.el
lisp/term/sun.el
lisp/term/tty-colors.el
lisp/term/tvi970.el
lisp/term/vt100.el
lisp/term/vt200.el
lisp/term/w32-win.el
lisp/term/w32console.el
lisp/term/wyse50.el
lisp/term/x-win.el

index 7f46f61c4fb6c7b43ec5e115ac32452eb0cb967b..63469422f768c7751a60afa1753651e26d617fd4 100644 (file)
@@ -54,4 +54,6 @@
     (define-key local-function-key-map [ALT] [27])
     ))
 
+(provide 'term/AT386)
+
 ;;; AT386.el ends here
index f26dc6b919875c2ce745e617c5f035ca289d38c2..a32da6ae8f237de1c1f386c74e5433fd28aa27eb 100644 (file)
@@ -5,4 +5,6 @@
   (keyboard-translate ?\177 ?\^h)
   (keyboard-translate ?\^h ?\177))
 
+(provide 'term/bobcat)
+
 ;;; bobcat.el ends here
index d69433a77c2b8c267cf0ca80dcf13fd11e1ee746..edc64b4404d552c7e257a773e75656f25ecb7681 100644 (file)
@@ -6,4 +6,6 @@
   "Terminal initialization function for cygwin."
   (tty-no-underline))
 
+(provide 'term/cygwin)
+
 ;;; cygwin.el ends here
index f026c66b2a35aa45a16b16b834ac5d658ae625f5..f73a107df87ee18d4fcd296b4c5c0606f02362a9 100644 (file)
@@ -604,4 +604,6 @@ list.  You can (and should) also run it if and when the value of
     (run-hooks 'dos-codepage-setup-hook)
     ))
 
+(provide 'term/internal)
+
 ;;; internal.el ends here
index ee638643949ba7c0c8524bc776060031f061e1aa..5217e42e3195478e23a1d5a7d95ad032ac232ffb 100644 (file)
     (set-keymap-parent m (keymap-parent input-decode-map))
     (set-keymap-parent input-decode-map m)))
 
+(provide 'term/iris-ansi)
+
 ;;; iris-ansi.el ends here
index 00bcdfdf5427d91550cc633561512ddc7544a88d..70730dc5844631d9ad4d64039517d6fdf39fa724 100644 (file)
@@ -19,4 +19,6 @@
   ;; The arg only matters in that it is not t or nil.
   (set-input-meta-mode 'iso-latin-1))
 
+(provide 'term/linux)
+
 ;;; linux.el ends here
index 6b9e1301003e804849843c47db2129efa28750e6..aab4110b3ae57582aeca73d3166e3ff293f0e85a 100644 (file)
@@ -80,4 +80,6 @@
     (set-keymap-parent m (keymap-parent input-decode-map))
     (set-keymap-parent input-decode-map m)))
 
+(provide 'term/lk201)
+
 ;;; lk201.el ends here
index b66e000e3b5651700cd4c84097a2568e38d4c791..5738644259e7624f2a09da3afbd9498dc8ac889f 100644 (file)
@@ -66,4 +66,6 @@
     (define-key news-fkey-prefix "x" [kp-8])
     ))
 
+(provide 'term/news)
+
 ;;; news.el ends here
index e737131d5bfc45666857b59a5effbebfb77b0cb4..452c68d017683f86ed18609f0abec96e37beec9d 100644 (file)
@@ -936,5 +936,6 @@ See the documentation of `create-fontset-from-fontset-spec' for the format.")
   (ns-get-selection selection-symbol target-type))
 
 (provide 'ns-win)
+(provide 'term/ns-win)
 
 ;;; ns-win.el ends here
index 8ca98c6ec911a1851274e093a88a32ba35350698..031768cec2ccb1887454bd4690100c3e218da04e 100644 (file)
@@ -388,5 +388,6 @@ Errors out because it is not supposed to be called, ever."
 ;; ---------------------------------------------------------------------------
 
 (provide 'pc-win)
+(provide 'term/pc-win)
 
 ;;; pc-win.el ends here
index da26d30a682cff432151ca465777a8fd413e0b12..97d38659115ef0825e7ebd0c457b0ce19f7b300f 100644 (file)
             (* (apply '+ (car (cddr (nth 15 rxvt-standard-colors)))) 0.6))
          (set-terminal-parameter nil 'background-mode 'dark)))))
 
+(provide 'term/rxvt)
+
 ;;; rxvt.el ends here
index 7f681154d6ebc3159d0da58ed662a6802b1eedf4..d7ee77052084b3366497c21c22767322f49fb4e1 100644 (file)
@@ -20,4 +20,6 @@ it runs, which can change when the screen session is moved to another tty."
   (let ((xterm-extra-capabilities xterm-screen-extra-capabilities))
     (tty-run-terminal-initialization (selected-frame) "xterm")))
 
+(provide 'term/screen)
+
 ;; screen.el ends here
index 7fb8e7ed98426c102d42ceae744ddfe9212e1883..ef40db16d185b5a0bbc4b6d32fc1e9c721dbd1a6 100644 (file)
        (eval (car hooks))
        (setq hooks (cdr hooks))))))
 
+(provide 'term/sun)
+
 ;;; sun.el ends here
index 3ea26b8c3ede26b8e95f847ec1550f2f09a05ce3..a88695062b83fe8bbeca66f45da511370642000f 100644 (file)
@@ -1035,4 +1035,6 @@ A color is considered gray if the 3 components of its RGB value are equal."
       (setq colors (cdr colors)))
     count))
 
+(provide 'term/tty-colors)
+
 ;;; tty-colors.el ends here
index 1173f9f15dd5132cebdfc04290b7921e42c733b8..e25a3b616d522513d66841f7623ac13dc93d9d42 100644 (file)
@@ -115,4 +115,6 @@ which the keypad's keys act as ordinary digits."
   (send-string-to-terminal
    (if (terminal-parameter nil 'tvi970-keypad-numeric) "\e=" "\e>")))
 
+(provide 'term/tvi970)
+
 ;;; tvi970.el ends here
index fb46c9964913e7e09b906d725177d9dd764d6227..16a1c271b9a830a33cbfa47afe2637eda192253a 100644 (file)
@@ -48,4 +48,6 @@ switch to 132-column mode if ARG is omitted or nil."
   (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))
   (set-frame-width terminal-frame (if vt100-wide-mode 132 80)))
 
+(provide 'term/vt100)
+
 ;;; vt100.el ends here
index 550266816e04dd70c778706c5258485294624344..dde2e2290684850c863deda021300eb4afaba1e7 100644 (file)
@@ -7,4 +7,6 @@
   (define-key input-decode-map "\e[23~" [f11]) ;Probably redundant.
   (define-key local-function-key-map [f11] [?\e]))
 
+(provide 'term/vt200)
+
 ;;; vt200.el ends here
index 134e3106b7bb76b03bf7cfb4e407b970e05ae5f2..8f3eaa2c029c6728f744bd637bfc98e14c27e388 100644 (file)
@@ -463,5 +463,6 @@ That includes all Windows systems except for 9X/Me."
   (getenv "SystemRoot"))
 
 (provide 'w32-win)
+(provide 'term/w32-win)
 
 ;;; w32-win.el ends here
index b7e0a22bfb3fc65eb3ea9381b1d8c594a537b556..bf1550f7c332a016773119b5eea6d159dd5895c6 100644 (file)
@@ -93,4 +93,6 @@
   (tty-set-up-initial-frame-faces)
   (run-hooks 'terminal-init-w32-hook))
 
+(provide 'term/w32console)
+
 ;;; w32console.el ends here
index 3e1055a18735325cb096d98d6c5cd836dff4f483..d3ee7a0a6cb36b7ef68085bd03f1d978df706b24 100644 (file)
@@ -155,4 +155,6 @@ M-r M-x move-to-window-line, Funct up-arrow or down-arrow are similar"
   ;;                   (nth 1 key-definition)))
   (fset 'enable-arrow-keys nil))
 
+(provide 'term/wyse50)
+
 ;;; wyse50.el ends here
index 59df14da93a053bc55784b42a26b09e635971397..c8e79e3f81a379d8f35f5c6afc8988171dccd048 100644 (file)
@@ -1487,5 +1487,6 @@ This uses `icon-map-list' to map icon file names to stock icon names."
 (global-set-key [XF86WakeUp] 'ignore)
 
 (provide 'x-win)
+(provide 'term/x-win)
 
 ;;; x-win.el ends here