File: 50lyskom-elisp-client.el

package info (click to toggle)
lyskom-elisp-client 0.48%2Bgit.20160707.372be663-1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 3,484 kB
  • ctags: 3,170
  • sloc: lisp: 51,958; xml: 1,028; makefile: 70; sh: 53
file content (10 lines) | stat: -rw-r--r-- 503 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
(autoload 'lyskom "lyskom-elisp-client" "Start a LysKOM session.
Optional arguments: HOST, USERNAME and PASSWORD.

See lyskom-mode for details." t)
(if (and (not (string-match "XEmacs" emacs-version))
         (or (and (= emacs-major-version 19) (>= emacs-minor-version 30))
             (>= emacs-major-version 20)))
    (let ((tools-map (lookup-key global-map [menu-bar tools])))
      (define-key-after tools-map [lyskom] '("LysKOM" . lyskom)
        (if (>= emacs-major-version 20) 'gnus 'rmail))))