File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 3636(require 'php-mode )
3737(require 'format-spec )
3838
39- (eval-when-compile
39+ (eval-when-compile
4040 (require 'css-mode ))
4141
4242
@@ -62,7 +62,7 @@ If `Ask' ask the user whether to convert line endings.
6262
6363Drupal coding standards states that all text files should end in
6464a single newline (\\ n)."
65- :type `(choice
65+ :type `(choice
6666 :tag " we offer to change line endings if needed?"
6767 (const :tag " Always" t )
6868 (const :tag " Never" nil )
@@ -83,7 +83,7 @@ If `Default' do what the global setting is.
8383
8484Drupal coding standards states that lines should have no trailing
8585whitespace at the end."
86- :type `(choice
86+ :type `(choice
8787 :tag " Whether to delete all the trailing whitespace."
8888 (const :tag " Always" always)
8989 (const :tag " Default" default )
@@ -538,12 +538,12 @@ Heavily based on `message-beginning-of-line' from Gnus."
538538 (set zrs t )))
539539 (if (derived-mode-p 'conf-mode )
540540 (let* ((here (point ))
541- (bol (progn (beginning-of-line n) (point )))
542- (eol (point-at-eol ))
543- (eoh (re-search-forward " = *" eol t )))
544- (goto-char
545- (if (and eoh (or (< eoh here) (= bol here)))
546- eoh bol)))
541+ (bol (progn (beginning-of-line n) (point )))
542+ (eol (point-at-eol ))
543+ (eoh (re-search-forward " = *" eol t )))
544+ (goto-char
545+ (if (and eoh (or (< eoh here) (= bol here)))
546+ eoh bol)))
547547 (beginning-of-line n)))
548548
549549
You can’t perform that action at this time.
0 commit comments