From 02109a0d2d8328370507d60e95ab0bb0918d329f Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 24 Jan 2007 16:39:25 +0000 Subject: [PATCH] dot-emacs cleanup: Remove some spurious spaces. --- dot-emacs.el | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/dot-emacs.el b/dot-emacs.el index 4222f53..6500bbb 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -645,7 +645,7 @@ doesn't cope with anything approximating a complicated case." ;; --- Now define things to be fontified --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((c-keywords (make-regexp '( ;; "and" ;C++ @@ -829,7 +829,7 @@ doesn't cope with anything approximating a complicated case." ;; --- Now define things to be fontified --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((c-keywords (make-regexp '("break" "case" "cd" "continue" "define" "default" "do" "else" "exit" "for" "global" "goto" "help" "if" @@ -897,7 +897,7 @@ doesn't cope with anything approximating a complicated case." ;; --- Now define things to be fontified --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((java-keywords (make-regexp '("abstract" "boolean" "break" "byte" "case" "catch" "char" "class" "const" "continue" "default" "do" @@ -962,7 +962,7 @@ doesn't cope with anything approximating a complicated case." ;; --- Now define things to be fontified --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((c-keywords (make-regexp '("BEGIN" "END" "ARGC" "ARGIND" "ARGV" "CONVFMT" "ENVIRON" "ERRNO" "FIELDWIDTHS" "FILENAME" "FNR" @@ -1027,7 +1027,7 @@ doesn't cope with anything approximating a complicated case." ;; --- Now define fontification things --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((perl-keywords (make-regexp '("and" "cmp" "continue" "do" "else" "elsif" "eq" "for" "foreach" "ge" "gt" "goto" "if" @@ -1085,7 +1085,7 @@ strip numbers instead." ;; --- Now define fontification things --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((python-keywords (make-regexp '("and" "as" "assert" "break" "class" "continue" "def" "del" "elif" "else" "except" "exec" "finally" "for" @@ -1170,7 +1170,7 @@ strip numbers instead." ;; --- Fiddle with fontification --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't @@ -1210,7 +1210,7 @@ strip numbers instead." (defun mdw-fontify-tcl () (mapcar #'(lambda (ch) (modify-syntax-entry ch ".")) '(?$)) (mdw-standard-fill-prefix "\\([ \t]*#+[ \t]*\\)") - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't @@ -1255,7 +1255,7 @@ strip numbers instead." (setq rexx-tab-always-indent nil) (setq rexx-cont-indent rexx-indent) - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((rexx-keywords (make-regexp '("address" "arg" "by" "call" "digits" "do" "drop" "else" "end" "engineering" "exit" "expose" "for" @@ -1315,7 +1315,7 @@ strip numbers instead." ;; --- Now define fontification things --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((sml-keywords (make-regexp '("abstype" "and" "andalso" "as" "case" @@ -1376,7 +1376,7 @@ strip numbers instead." ;; --- Fiddle with fontification --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (let ((haskell-keywords (make-regexp '("as" "case" "ccall" "class" "data" "default" "deriving" "do" "else" "foreign" "hiding" "if" @@ -1408,7 +1408,7 @@ strip numbers instead." ;; --- Real fontification things --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't @@ -1456,7 +1456,7 @@ strip numbers instead." ;; --- Real fontification things --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't @@ -1738,7 +1738,7 @@ strip numbers instead." (local-set-key "\C-i" 'smalltalk-reindent)) (defun mdw-fontify-smalltalk () - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't @@ -1779,7 +1779,7 @@ strip numbers instead." ;; --- Not much fontification needed --- - (make-local-variable 'font-lock-keywords) + (make-local-variable 'font-lock-keywords) (setq font-lock-keywords (list 't -- 2.11.0