*** empty log message ***
This commit is contained in:
parent
3b4a6e271d
commit
49116ac071
65 changed files with 923 additions and 369 deletions
|
@ -17,8 +17,6 @@
|
|||
;; along with GNU Emacs; see the file COPYING. If not, write to
|
||||
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
(provide 'lisp-mode)
|
||||
|
||||
(defvar lisp-mode-syntax-table nil "")
|
||||
(defvar emacs-lisp-mode-syntax-table nil "")
|
||||
(defvar lisp-mode-abbrev-table nil "")
|
||||
|
@ -613,3 +611,6 @@ means don't indent that line."
|
|||
(progn
|
||||
(forward-line 1) (point))
|
||||
nil nil state))))))
|
||||
|
||||
(provide 'lisp-mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue