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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
c2ca78bc
Commit
c2ca78bc
authored
Nov 21, 2007
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(declare-function): Return nil.
parent
64e16c3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+1
-1
No files found.
lisp/ChangeLog
View file @
c2ca78bc
2007-11-21 Jason Rumney <jasonr@gnu.org>
* emacs-lisp/byte-run.el (declare-function): Return nil.
2007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
...
...
lisp/emacs-lisp/byte-run.el
View file @
c2ca78bc
...
...
@@ -120,7 +120,7 @@ the end of FILE must be all on the same line. For example:
\(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
\(&optional arg))"
;; Does nothing - byte-compile-declare-function does the work.
)
nil
)
(
defun
make-obsolete
(
obsolete-name
current-name
&optional
when
)
"Make the byte-compiler warn that OBSOLETE-NAME is obsolete.
...
...
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