Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1e3d148
Commit
b1e3d148
authored
Jan 27, 2015
by
Oleh Krehel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
parent
5a971bd3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/easy-mmode.el
lisp/emacs-lisp/easy-mmode.el
+6
-5
No files found.
lisp/ChangeLog
View file @
b1e3d148
2015-01-30 Oleh Krehel <ohwoeowho@gmail.com>
* emacs-lisp/easy-mmode.el (define-minor-mode): Set `indent' to 1.
2015-01-30 Michal Nazarewicz <mina86@mina86.com>
* lisp/files.el (save-buffers-kill-emacs): If `confirm-kill-emacs'
...
...
lisp/emacs-lisp/easy-mmode.el
View file @
b1e3d148
...
...
@@ -149,11 +149,12 @@ For example, you could write
...BODY CODE...)"
(
declare
(
doc-string
2
)
(
debug
(
&define
name
string-or-null-p
[&optional
[¬
keywordp]
sexp
&optional
[¬
keywordp]
sexp
&optional
[¬
keywordp]
sexp]
[&rest
[keywordp
sexp]]
def-body
)))
[&optional
[¬
keywordp]
sexp
&optional
[¬
keywordp]
sexp
&optional
[¬
keywordp]
sexp]
[&rest
[keywordp
sexp]]
def-body
))
(
indent
1
))
;; Allow skipping the first three args.
(
cond
...
...
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