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
55aed120
Commit
55aed120
authored
Sep 18, 2005
by
Deepak Goel
Browse files
message format spec fixes, commit # 9
parent
7b8a295e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/find-func.el
+1
-1
lisp/emacs-lisp/lisp-mnt.el
lisp/emacs-lisp/lisp-mnt.el
+1
-1
No files found.
lisp/emacs-lisp/find-func.el
View file @
55aed120
...
...
@@ -260,7 +260,7 @@ in `load-path'."
(setq function (symbol-function function)
def (symbol-function function)))
(if aliases
(message aliases))
(message
"
%s
"
aliases))
(let ((library
(cond ((eq (car-safe def) 'autoload)
(nth 1 def))
...
...
lisp/emacs-lisp/lisp-mnt.el
View file @
55aed120
...
...
@@ -610,7 +610,7 @@ Prompts for bug subject TOPIC. Leaves you in a mail buffer."
(
if
version
(
insert
" version "
version
))
(
newline
2
)
(
message
(
message
"%s"
(
substitute-command-keys
"Type \\[mail-send] to send bug report."
))))
(
provide
'lisp-mnt
)
...
...
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