Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d8a8cbe2
Commit
d8a8cbe2
authored
Mar 08, 2004
by
Stefan Monnier
Browse files
(lisp-mode-variables): Set it.
parent
f5f95edf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+3
-1
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
d8a8cbe2
;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands
;; Copyright (C) 1985,
19
86,
1999,
2000,
2001,
200
3
Free Software Foundation, Inc.
;; Copyright (C) 1985,86,1999,2000,
01,03,
200
4
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: lisp, languages
...
...
@@ -197,6 +197,8 @@
(
setq
comment-column
40
)
(
make-local-variable
'comment-indent-function
)
(
setq
comment-indent-function
'lisp-comment-indent
)
;; Don't get confused by `;' in doc strings when paragraph-filling.
(
set
(
make-local-variable
'comment-use-global-state
)
t
)
(
make-local-variable
'imenu-generic-expression
)
(
setq
imenu-generic-expression
lisp-imenu-generic-expression
)
(
make-local-variable
'multibyte-syntax-as-symbol
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment