Emacs: Format code in mode-sgml, fix typos in mode-makefile

master
Pierre Neidhardt 2016-06-13 09:43:51 +02:00
parent f824783538
commit db46753c96
2 changed files with 2 additions and 6 deletions

View File

@ -167,7 +167,7 @@ CFLAGS ?= -pedantic -std=c99 -Wall -Wextra -Wshadow
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Dist rules ;; Dist rules
;; They are somewhat obsolete since VCS can go better. Here follows some ;; They are somewhat obsolete since VCS can do better. Here follows some
;; examples for historical interest. ;; examples for historical interest.
; arcdir = ${ROOT}/${cmdname}-${version} ; arcdir = ${ROOT}/${cmdname}-${version}
@ -201,5 +201,3 @@ CFLAGS ?= -pedantic -std=c99 -Wall -Wextra -Wshadow
; git ls-files -z | { pwd="$$(pwd)" ; sed -z "s/^/$${pwd##*/}\//" ; } | tar caf ${arc} -C .. --null -T - ; git ls-files -z | { pwd="$$(pwd)" ; sed -z "s/^/$${pwd##*/}\//" ; } | tar caf ${arc} -C .. --null -T -
(provide 'mode-makefile) (provide 'mode-makefile)
;; End of file.

View File

@ -112,8 +112,6 @@ LCON is the lexical context, if any."
(* sgml-basic-offset (length context))))))) (* sgml-basic-offset (length context)))))))
(_ (_
(error "Unrecognized context %s" (car lcon))) (error "Unrecognized context %s" (car lcon)))))
))
(provide 'mode-sgml) (provide 'mode-sgml)