diff options
author | sabetts <sabetts> | 2006-03-16 00:33:34 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-03-16 00:33:34 +0000 |
commit | 9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6 (patch) | |
tree | c6b2230a429ae887eed80487d1833c1eec129447 /contrib/ratpoison.el | |
parent | 0ad6d8b36f975c43f37b0ad07112c2cd31003417 (diff) | |
download | ratpoison-9cb1a3d51b8cba35ef443c64b5b1d99fa8d33ae6.zip |
remove tabs and trailing whitespace.
Diffstat (limited to 'contrib/ratpoison.el')
-rw-r--r-- | contrib/ratpoison.el | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/ratpoison.el b/contrib/ratpoison.el index afa501e..97bf2c0 100644 --- a/contrib/ratpoison.el +++ b/contrib/ratpoison.el @@ -8,7 +8,7 @@ ;; Maintainer: Gergely Nagy <algernon@debian.org> ;; Version: 0.2 ;; Keywords: faces, ratpoison, X -;; CVS Id: $Id: ratpoison.el,v 1.4 2004/12/02 00:33:22 sabetts Exp $ +;; CVS Id: $Id: ratpoison.el,v 1.5 2006/03/16 00:33:34 sabetts Exp $ ;; Last updated: <2001/10/05 17:58:38 algernon> ;; This file is NOT part of GNU Emacs. @@ -132,15 +132,15 @@ ratpoison-commands-rest font-lock-builtin-face "^[ \t]*" "[ \t]+") ;; exec <arg> (list "^[ \t]*\\(exec\\)[ \t]+\\(.*\\)" - '(1 'font-lock-builtin-face) - '(2 'font-lock-string-face)) + '(1 'font-lock-builtin-face) + '(2 'font-lock-string-face)) ;; arguments, the first is a keyword, the rest is tring (list (concat - (car (generic-make-keywords-list - ratpoison-commands-rest font-lock-builtin-face "^[ \t]*" "[ \t]+")) - "\\([0-9a-zA-Z\\/\\.\\-]+\\)[ \t]*\\(.*\\)") - '(2 'font-lock-keyword-face) - '(3 'font-lock-string-face))) + (car (generic-make-keywords-list + ratpoison-commands-rest font-lock-builtin-face "^[ \t]*" "[ \t]+")) + "\\([0-9a-zA-Z\\/\\.\\-]+\\)[ \t]*\\(.*\\)") + '(2 'font-lock-keyword-face) + '(3 'font-lock-string-face))) ;; auto-mode alist (list "\\.ratpoisonrc\\'") ;; additional setup functions @@ -174,8 +174,8 @@ (defun ratpoison-command-on-region (start end) (interactive "r") (mapcar 'ratpoison-command - (split-string (buffer-substring start end) - "\n"))) + (split-string (buffer-substring start end) + "\n"))) (defun ratpoison-line () "Send the current line to ratpoison." |