From db46753c9679637cb4d6445f9534afacba477197 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 13 Jun 2016 09:43:51 +0200 Subject: [PATCH] Emacs: Format code in mode-sgml, fix typos in mode-makefile --- .emacs.d/lisp/mode-makefile.el | 4 +--- .emacs.d/lisp/mode-sgml.el | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.emacs.d/lisp/mode-makefile.el b/.emacs.d/lisp/mode-makefile.el index 2b4abfaf..1d5b9d67 100644 --- a/.emacs.d/lisp/mode-makefile.el +++ b/.emacs.d/lisp/mode-makefile.el @@ -167,7 +167,7 @@ CFLAGS ?= -pedantic -std=c99 -Wall -Wextra -Wshadow ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 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. ; 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 - (provide 'mode-makefile) - -;; End of file. diff --git a/.emacs.d/lisp/mode-sgml.el b/.emacs.d/lisp/mode-sgml.el index fee4c7ff..5bd7ea4b 100644 --- a/.emacs.d/lisp/mode-sgml.el +++ b/.emacs.d/lisp/mode-sgml.el @@ -112,8 +112,6 @@ LCON is the lexical context, if any." (* sgml-basic-offset (length context))))))) (_ - (error "Unrecognized context %s" (car lcon))) - - )) + (error "Unrecognized context %s" (car lcon))))) (provide 'mode-sgml)