From e8af40eed41d6c61ea6a0649512c4b09afcb1bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 16 Jul 2001 12:23:00 +0000 Subject: Some fixes to follow coding conventions. --- lisp/textmodes/two-column.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lisp/textmodes/two-column.el') diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index a4c965a6966..b231a285675 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -5,6 +5,8 @@ ;; Author: Daniel Pfeiffer ;; Adapted-By: ESR, Daniel Pfeiffer +;; This file is part of GNU Emacs. + ;; Esperanto: English: ;; ^Ci dosiero estas ero de GNU Emacs. This file is part of GNU Emacs. @@ -33,6 +35,7 @@ ;; Free Software Foundation, 59 Temple Place - Suite 330 ;; Boston, MA 02111-1307, USA. +;;; Commentary: ;;; Komentario: Commentary: @@ -284,7 +287,7 @@ minus this value." (kill-local-variable '2C-mode) (kill-local-variable 'mode-line-format) nil))) - (if req (error "You must first set two-column minor mode.")))) + (if req (error "You must first set two-column minor mode")))) @@ -385,7 +388,7 @@ accepting the proposed default buffer. (set-buffer b2) (and (2C-other) (not (eq b1 (2C-other))) - (error "Buffer already associated with buffer `%s'." + (error "Buffer already associated with buffer `%s'" (buffer-name (2C-other)))) (setq b1 (and (assq '2C-window-width (buffer-local-variables)) 2C-window-width))) -- cgit v1.2.1