?
Current Path : /usr/share/emacs/24.3/lisp/eshell/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //usr/share/emacs/24.3/lisp/eshell/em-banner.elc |
;ELC ;;; Compiled by mockbuild@buildfarm06-new.corp.cloudlinux.com on Fri Oct 11 10:10:49 2024 ;;; from file /builddir/build/BUILD/emacs-24.3/lisp/eshell/em-banner.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. ;;; This file uses dynamic docstrings, first added in Emacs 19.29. ;;; This file does not contain utf-8 non-ASCII characters, ;;; and so can be loaded in Emacs versions earlier than 23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (byte-code "\300\301!\210\302\303\304\305\306\307\310\311&\210\312\313\314\315\316\317\310\303&\210\320\313\321\322#\210\312\323\304\324\325\326\316\327\310\303& \207" [require esh-util custom-declare-group eshell-banner nil "This sample module displays a welcome banner at login.\nIt exists so that others wishing to create their own Eshell extension\nmodules may have a simple template to begin with." :tag "Login banner" :group eshell-module custom-declare-variable eshell-banner-message "Welcome to the Emacs shell\n\n" "The banner message to be displayed when Eshell is loaded.\nThis can be any sexp, and should end with at least two newlines." :type sexp put risky-local-variable t eshell-banner-load-hook "A list of functions to run when `eshell-banner' is loaded." :version "24.1" hook] 10) #@44 Output a welcome banner on initialization. (defalias 'eshell-banner-initialize #[nil "?\205. \204 \305\306\301C\"\210\n\204 \305\306\302C\"\210\307\n!\211\204' \305\306\303C\"\210\310\311\f\"*\207" [eshell-non-interactive-p eshell-mode eshell-banner-message msg string signal cl-assertion-failed eval eshell-output-filter nil] 4 (#$ . 1360)]) (provide 'em-banner)