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
67765e71
Commit
67765e71
authored
Nov 03, 2008
by
Chong Yidong
Browse files
* emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
2000-12-08 (bug#1297) :-O
parent
de4ebfdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/emacs-lisp/lisp-mode.el
lisp/emacs-lisp/lisp-mode.el
+0
-2
No files found.
lisp/emacs-lisp/lisp-mode.el
View file @
67765e71
...
...
@@ -468,8 +468,6 @@ if that value is non-nil."
(
make-local-variable
'comment-start-skip
)
(
setq
comment-start-skip
"\\(\\(^\\|[^\\\\\n]\\)\\(\\\\\\\\\\)*\\)\\(;+\\|#|\\) *"
)
(
make-local-variable
'font-lock-keywords-case-fold-search
)
(
setq
font-lock-keywords-case-fold-search
t
)
(
setq
imenu-case-fold-search
t
)
(
set-syntax-table
lisp-mode-syntax-table
)
(
run-mode-hooks
'lisp-mode-hook
))
...
...
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