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
448b61c9
Commit
448b61c9
authored
Dec 25, 1994
by
Richard M. Stallman
Browse files
(font-lock-defaults): Add defvar.
(buffer-file-type): Add defvar.
parent
006d3d34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
lisp/subr.el
lisp/subr.el
+12
-0
No files found.
lisp/subr.el
View file @
448b61c9
...
...
@@ -826,6 +826,18 @@ If MESSAGE is nil, instructions to type EXIT-CHAR are displayed there."
;;;; Miscellanea.
;; A number of major modes set this locally.
;; Give it a global value to avoid compiler warnings.
(
defvar
font-lock-defaults
nil
)
;; Avoid compiler warnings about this variable,
;; which has a special meaning on certain system types.
(
defvar
buffer-file-type
nil
"Non-nil if the visited file is a binary file.
This variable is meaningful on MS-DOG and Windows NT.
On those systems, it is automatically local in every buffer.
On other systems, this variable is normally always nil."
)
(
defun
ignore
(
&rest
ignore
)
"Do nothing and return nil.
This function accepts any number of arguments, but ignores them."
...
...
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