Mercurial > emacs
comparison lisp/emacs-lisp/lisp-mode.el @ 2232:4f9d60f7de9d
Add standard library headers.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 17 Mar 1993 16:56:02 +0000 |
parents | 05be3e0c082f |
children | 10e417efb12a |
comparison
equal
deleted
inserted
replaced
2231:1c7ad2a0f4d9 | 2232:4f9d60f7de9d |
---|---|
18 ;; GNU General Public License for more details. | 18 ;; GNU General Public License for more details. |
19 | 19 |
20 ;; You should have received a copy of the GNU General Public License | 20 ;; You should have received a copy of the GNU General Public License |
21 ;; along with GNU Emacs; see the file COPYING. If not, write to | 21 ;; along with GNU Emacs; see the file COPYING. If not, write to |
22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. | 22 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. |
23 | |
24 ;;; Code: | |
23 | 25 |
24 (defvar lisp-mode-syntax-table nil "") | 26 (defvar lisp-mode-syntax-table nil "") |
25 (defvar emacs-lisp-mode-syntax-table nil "") | 27 (defvar emacs-lisp-mode-syntax-table nil "") |
26 (defvar lisp-mode-abbrev-table nil "") | 28 (defvar lisp-mode-abbrev-table nil "") |
27 | 29 |