comparison lisp/emacs-lisp/syntax.el @ 45078:829beb9a6a4b

Follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 02 May 2002 05:41:46 +0000
parents 1df0e35d264c
children c4da69acaa79
comparison
equal deleted inserted replaced
45077:a34463090ca3 45078:829beb9a6a4b
1 ;;; syntax.el --- Helper functions to find syntactic context 1 ;;; syntax.el --- helper functions to find syntactic context
2 2
3 ;; Copyright (C) 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 2000 Free Software Foundation, Inc.
4
5 ;; Maintainer: FSF
6 ;; Keywords: internal
4 7
5 ;; This file is part of GNU Emacs. 8 ;; This file is part of GNU Emacs.
6 9
7 ;; GNU Emacs is free software; you can redistribute it and/or modify 10 ;; GNU Emacs is free software; you can redistribute it and/or modify
8 ;; it under the terms of the GNU General Public License as published by 11 ;; it under the terms of the GNU General Public License as published by